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

Inheritance: System.Exception
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
MessageSendException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

MessageSendException() public méthode

public MessageSendException ( ) : System
Résultat System

MessageSendException() public méthode

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. ///
Résultat System

MessageSendException() protected méthode

protected MessageSendException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

MessageSendException() public méthode

public MessageSendException ( string message ) : System
message string
Résultat System

MessageSendException() public méthode

public MessageSendException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System