言語

NullFacetException コンストラクター

定義

オーバーロード

名前 説明
NullFacetException()

コンストラクター

NullFacetException(String)

コンストラクター

NullFacetException(String, Exception)

基本コンストラクター

NullFacetException()

コンストラクター

public NullFacetException();
Public Sub New ()

適用対象

NullFacetException(String)

コンストラクター

public NullFacetException(string facet);
new Microsoft.SqlServer.Management.Dmf.NullFacetException : string -> Microsoft.SqlServer.Management.Dmf.NullFacetException
Public Sub New (facet As String)

パラメーター

facet
String

適用対象

NullFacetException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象