C# Class System.Data.SqlClient.SqlError

Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
SqlError
SqlError

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
SqlError ( int infoNumber, byte errorState, byte errorClass, string server, string errorMessage, string procedure, int lineNumber, Exception exception = null )
SqlError ( int infoNumber, byte errorState, byte errorClass, string server, string errorMessage, string procedure, int lineNumber, uint win32ErrorCode, Exception exception = null )

Method Details

ToString() public method

public ToString ( ) : string
return string