C# 클래스 Microsoft.WindowsPhone.Samples.Notifications.MessageSendException

상속: System.Exception
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
MessageSendException ( ) : System
MessageSendException ( MessageSendResult result, Exception innerException ) : System

Initializes a new instance of the MessageSendException class.

MessageSendException ( string message ) : System
MessageSendException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
MessageSendException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

MessageSendException() 공개 메소드

public MessageSendException ( ) : System
리턴 System

MessageSendException() 공개 메소드

Initializes a new instance of the MessageSendException class.
public MessageSendException ( MessageSendResult result, Exception innerException ) : System
result MessageSendResult /// The send operation result. ///
innerException System.Exception /// An inner exception causes this error. ///
리턴 System

MessageSendException() 보호된 메소드

protected MessageSendException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

MessageSendException() 공개 메소드

public MessageSendException ( string message ) : System
message string
리턴 System

MessageSendException() 공개 메소드

public MessageSendException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System