다음을 통해 공유


BadProviderConfigException 클래스

정의

해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다.

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

생성자

BadProviderConfigException()

해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다.

BadProviderConfigException(SerializationInfo, StreamingContext)

해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다.

BadProviderConfigException(String)

해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다.

BadProviderConfigException(String, Exception)

해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다.

적용 대상