BadProviderConfigException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다.
[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(SerializationInfo, StreamingContext) |
해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다. |
BadProviderConfigException(String, Exception) |
해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다. |
BadProviderConfigException(String) |
해당 조직에 대한 잘못된/누락된 스토리지 공급자 구성 설정으로 조직 호출을 시도할 때마다 예외가 발생합니다. |