WebApplications.Testing.Data.SqlExceptionPrototype.ToString C# (CSharp) Method

ToString() public method

Returns a string that represents the current T:System.Data.SqlClient.SqlException object, and includes the client connection ID (for more information, see P:System.Data.SqlClient.SqlException.ClientConnectionId).
public ToString ( ) : string
return string
        public override string ToString()
        {
            return SqlException.ToString();
        }