Langage

SfcObjectNotScriptableException Constructeurs

Définition

Surcharges

SfcObjectNotScriptableException()

public SfcObjectNotScriptableException();
Public Sub New ()

S’applique à

SfcObjectNotScriptableException(String)

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

Paramètres

message
String

S’applique à

SfcObjectNotScriptableException(String, Exception)

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

Paramètres

message
String
innerException
Exception

S’applique à