dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleError Class / ToString Method

In This Topic
    ToString Method (OracleError)
    In This Topic
    Creates and returns a string representation of the current exception.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string representation of the current exception.
    See Also