Freigeben über


ILGenerationException Konstruktoren

Definition

Überlädt

ILGenerationException()

Quelle:
ILGenerationException.cs
public ILGenerationException();
Public Sub New ()

Gilt für:

ILGenerationException(String)

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

Parameter

message
String

Gilt für:

ILGenerationException(String, Exception)

Quelle:
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)

Parameter

message
String
innerException
Exception

Gilt für: