次の方法で共有


ILGenerationException コンストラクター

定義

オーバーロード

ILGenerationException()
ILGenerationException(String)
ILGenerationException(String, Exception)

ILGenerationException()

ソース:
ILGenerationException.cs
public ILGenerationException ();
Public Sub New ()

適用対象

ILGenerationException(String)

ソース:
ILGenerationException.cs
public ILGenerationException (string message);
new Orleans.Serialization.ILGenerationException : string -> Orleans.Serialization.ILGenerationException
Public Sub New (message As String)

パラメーター

message
String

適用対象

ILGenerationException(String, Exception)

ソース:
ILGenerationException.cs
public ILGenerationException (string message, Exception innerException);
new Orleans.Serialization.ILGenerationException : string * Exception -> Orleans.Serialization.ILGenerationException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象