C# Class System.Data.SqlClient.SqlError

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
SqlError
SqlError

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string