Freigeben über


ServiceRequestException.ErrorCode-Eigenschaft

Gets the error code that is generated by the system when the service request exception is raised.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorCode As Integer 
    Get
'Usage
Dim instance As ServiceRequestException 
Dim value As Integer 

value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
member ErrorCode : int
function get ErrorCode () : int

Eigenschaftswert

Typ: System.Int32
An Int32 value that specifies the error code.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

ServiceRequestException Klasse

Microsoft.SqlServer.Management.Smo-Namespace