SfcInvalidStateException Konstruktoren

Definition

Überlädt

SfcInvalidStateException()

public SfcInvalidStateException();
Public Sub New ()

Gilt für:

SfcInvalidStateException(String)

public SfcInvalidStateException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException
Public Sub New (message As String)

Parameter

message
String

Gilt für:

SfcInvalidStateException(String, Exception)

public SfcInvalidStateException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String
innerException
Exception

Gilt für: