WebApplications.Testing.Data.SqlExceptionPrototype.ToString C# (CSharp) Метод

ToString() публичный Метод

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
Результат string
        public override string ToString()
        {
            return SqlException.ToString();
        }