C# Class XenAPI.HTTP.BadServerResponseException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

BadServerResponseException() public méthode

public BadServerResponseException ( ) : System
Résultat System

BadServerResponseException() protected méthode

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

BadServerResponseException() public méthode

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

BadServerResponseException() public méthode

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