StreamEventDeliveryFailureException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
StreamEventDeliveryFailureException() |
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다. |
StreamEventDeliveryFailureException(String) |
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다. |
StreamEventDeliveryFailureException(SerializationInfo, StreamingContext) |
사용되지 않음.
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다. |
StreamEventDeliveryFailureException(String, Exception) |
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다. |
StreamEventDeliveryFailureException()
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다.
public StreamEventDeliveryFailureException ();
Public Sub New ()
적용 대상
StreamEventDeliveryFailureException(String)
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다.
public StreamEventDeliveryFailureException (string message);
new Orleans.Streams.StreamEventDeliveryFailureException : string -> Orleans.Streams.StreamEventDeliveryFailureException
Public Sub New (message As String)
매개 변수
- message
- String
메시지입니다.
적용 대상
StreamEventDeliveryFailureException(SerializationInfo, StreamingContext)
주의
이 API는 이제 사용되지 않습니다.
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다.
public StreamEventDeliveryFailureException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
public StreamEventDeliveryFailureException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.StreamEventDeliveryFailureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.StreamEventDeliveryFailureException
[<System.Obsolete>]
new Orleans.Streams.StreamEventDeliveryFailureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.StreamEventDeliveryFailureException
Public Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
serialization 정보입니다.
- context
- StreamingContext
컨텍스트입니다.
- 특성
적용 대상
StreamEventDeliveryFailureException(String, Exception)
StreamEventDeliveryFailureException 클래스의 새 인스턴스를 초기화합니다.
public StreamEventDeliveryFailureException (string message, Exception innerException);
new Orleans.Streams.StreamEventDeliveryFailureException : string * Exception -> Orleans.Streams.StreamEventDeliveryFailureException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
메시지입니다.
- innerException
- Exception
내부 예외입니다.