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