Share via


ProviderStartException 클래스

정의

공급자를 시작하지 못할 때마다 예외가 throw됩니다.

[System.Serializable]
public class ProviderStartException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ProviderStartException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type ProviderStartException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ProviderStartException = class
    inherit OrleansException
Public Class ProviderStartException
Inherits OrleansException
Public NotInheritable Class ProviderStartException
Inherits OrleansException
상속
ProviderStartException
특성

생성자

ProviderStartException()

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

ProviderStartException(SerializationInfo, StreamingContext)

공급자를 시작하지 못할 때마다 예외가 throw됩니다.

ProviderStartException(String)

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

ProviderStartException(String, Exception)

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

적용 대상