Поделиться через


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

Применяется к