다음을 통해 공유


OrleansException 클래스

정의

Orleans 런타임에서 오류를 보고하는 데 사용하는 예외 클래스입니다.

[System.Serializable]
public class OrleansException : Exception
[System.Serializable]
[Orleans.GenerateSerializer]
public class OrleansException : Exception
[<System.Serializable>]
type OrleansException = class
    inherit Exception
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansException = class
    inherit Exception
Public Class OrleansException
Inherits Exception
상속
OrleansException
파생
특성

설명

또한 Orleans 런타임에서 발생하는 보다 구체적인 예외에 대한 기본 클래스이기도 합니다.

생성자

OrleansException()

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

OrleansException(SerializationInfo, StreamingContext)
사용되지 않음.

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

OrleansException(String)

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

OrleansException(String, Exception)

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

적용 대상