Düzenle

Aracılığıyla paylaş


EnumerationAbortedException Constructors

Definition

Overloads

EnumerationAbortedException()

Initializes a new instance of the EnumerationAbortedException class.

EnumerationAbortedException(String)

Initializes a new instance of the EnumerationAbortedException class.

EnumerationAbortedException(String, Exception)

Initializes a new instance of the EnumerationAbortedException class.

EnumerationAbortedException()

Initializes a new instance of the EnumerationAbortedException class.

public EnumerationAbortedException ();
Public Sub New ()

Applies to

EnumerationAbortedException(String)

Initializes a new instance of the EnumerationAbortedException class.

public EnumerationAbortedException (string message);
new Orleans.Runtime.EnumerationAbortedException : string -> Orleans.Runtime.EnumerationAbortedException
Public Sub New (message As String)

Parameters

message
String

Applies to

EnumerationAbortedException(String, Exception)

Initializes a new instance of the EnumerationAbortedException class.

public EnumerationAbortedException (string message, Exception innerException);
new Orleans.Runtime.EnumerationAbortedException : string * Exception -> Orleans.Runtime.EnumerationAbortedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to