SfcDesignModeException Konstruktoren

Definition

Überlädt

Name Beschreibung
SfcDesignModeException()

Konstruktor

SfcDesignModeException(String)

Basiskonstruktor

SfcDesignModeException(String, Exception)

Basiskonstruktor

SfcDesignModeException()

Konstruktor

public SfcDesignModeException();
Public Sub New ()

Gilt für:

SfcDesignModeException(String)

Basiskonstruktor

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

Parameter

message
String

Gilt für:

SfcDesignModeException(String, Exception)

Basiskonstruktor

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

Parameter

message
String
innerException
Exception

Gilt für: