다음을 통해 공유


EnumerationAbortedException 생성자

정의

오버로드

EnumerationAbortedException()

EnumerationAbortedException 클래스의 새 인스턴스를 초기화합니다.

EnumerationAbortedException(String)

EnumerationAbortedException 클래스의 새 인스턴스를 초기화합니다.

EnumerationAbortedException(String, Exception)

EnumerationAbortedException 클래스의 새 인스턴스를 초기화합니다.

EnumerationAbortedException()

EnumerationAbortedException 클래스의 새 인스턴스를 초기화합니다.

public EnumerationAbortedException ();
Public Sub New ()

적용 대상

EnumerationAbortedException(String)

EnumerationAbortedException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

적용 대상

EnumerationAbortedException(String, Exception)

EnumerationAbortedException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String
innerException
Exception

적용 대상