C# Class XenAPI.HTTP.CancelledException

Inheritance: System.Exception
Afficher le fichier Open project: xapi-project/xen-api-sdk Class Usage Examples

Méthodes publiques

Méthode Description
CancelledException ( ) : System
CancelledException ( string message ) : System
CancelledException ( string message, Exception exception ) : System

Méthodes protégées

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

Method Details

CancelledException() public méthode

public CancelledException ( ) : System
Résultat System

CancelledException() protected méthode

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

CancelledException() public méthode

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

CancelledException() public méthode

public CancelledException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System