SfcDesignModeException Constructores

Definición

Sobrecargas

Nombre Description
SfcDesignModeException()

Constructor

SfcDesignModeException(String)

Constructor base

SfcDesignModeException(String, Exception)

Constructor base

SfcDesignModeException()

Constructor

public SfcDesignModeException();
Public Sub New ()

Se aplica a

SfcDesignModeException(String)

Constructor base

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

Parámetros

message
String

Se aplica a

SfcDesignModeException(String, Exception)

Constructor base

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)

Parámetros

message
String
innerException
Exception

Se aplica a