言語

SfcSecurityException コンストラクター

定義

オーバーロード

名前 説明
SfcSecurityException()

コンストラクター

SfcSecurityException(String)

基本コンストラクター

SfcSecurityException(String, Exception)

基本コンストラクター

SfcSecurityException()

コンストラクター

public SfcSecurityException();
Public Sub New ()

適用対象

SfcSecurityException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

SfcSecurityException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象