C# Class Microsoft.WindowsPhone.Samples.Notifications.MessageSendException

Inheritance: System.Exception
显示文件 Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
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

Protected Methods

Method Description
MessageSendException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

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

MessageSendException() public method

public MessageSendException ( ) : System
return System

MessageSendException() public method

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. ///
return System

MessageSendException() protected method

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

MessageSendException() public method

public MessageSendException ( string message ) : System
message string
return System

MessageSendException() public method

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