言語

DmfException コンストラクター

定義

オーバーロード

名前 説明
DmfException()

基本コンストラクター

DmfException(String)

基本コンストラクター

DmfException(SerializationInfo, StreamingContext)

基本コンストラクター

DmfException(String, Exception)

基本コンストラクター

DmfException()

基本コンストラクター

public DmfException();
Public Sub New ()

適用対象

DmfException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

DmfException(SerializationInfo, StreamingContext)

基本コンストラクター

protected DmfException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Dmf.DmfException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Dmf.DmfException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

適用対象

DmfException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象