WebApplications.Testing.Data.SqlExceptionPrototype.ToString C# (CSharp) Méthode

ToString() public méthode

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
Résultat string
        public override string ToString()
        {
            return SqlException.ToString();
        }