ProviderStartException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ProviderStartException() |
ProviderStartException 클래스의 새 인스턴스를 초기화합니다. |
ProviderStartException(SerializationInfo, StreamingContext) | |
ProviderStartException(String) |
ProviderStartException 클래스의 새 인스턴스를 초기화합니다. |
ProviderStartException(String, Exception) |
ProviderStartException 클래스의 새 인스턴스를 초기화합니다. |
ProviderStartException()
- Source:
- ProviderStartException.cs
ProviderStartException 클래스의 새 인스턴스를 초기화합니다.
public ProviderStartException ();
Public Sub New ()
적용 대상
ProviderStartException(SerializationInfo, StreamingContext)
- Source:
- ProviderStartException.cs
protected ProviderStartException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.ProviderStartException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.ProviderStartException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
- context
- StreamingContext
적용 대상
ProviderStartException(String)
- Source:
- ProviderStartException.cs
ProviderStartException 클래스의 새 인스턴스를 초기화합니다.
public ProviderStartException (string msg);
public ProviderStartException (string message);
new Orleans.Streams.ProviderStartException : string -> Orleans.Streams.ProviderStartException
new Orleans.Streams.ProviderStartException : string -> Orleans.Streams.ProviderStartException
Public Sub New (msg As String)
Public Sub New (message As String)
매개 변수
- msgmessage
- String
적용 대상
ProviderStartException(String, Exception)
- Source:
- ProviderStartException.cs
ProviderStartException 클래스의 새 인스턴스를 초기화합니다.
public ProviderStartException (string msg, Exception exc);
public ProviderStartException (string message, Exception innerException);
new Orleans.Streams.ProviderStartException : string * Exception -> Orleans.Streams.ProviderStartException
new Orleans.Streams.ProviderStartException : string * Exception -> Orleans.Streams.ProviderStartException
Public Sub New (msg As String, exc As Exception)
Public Sub New (message As String, innerException As Exception)
매개 변수
- msgmessage
- String
- excinnerException
- Exception