共用方式為


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

適用於