dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Error Class / ToString Method

In This Topic
    ToString Method (DB2Error)
    In This Topic
    Gets the complete text of the error message.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The complete text of the error message.
    See Also