Partager via


ILGenerationException Constructeurs

Définition

Surcharges

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

ILGenerationException()

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

S’applique à

ILGenerationException(String)

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

Paramètres

message
String

S’applique à

ILGenerationException(String, Exception)

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

Paramètres

message
String
innerException
Exception

S’applique à