C# Class BISharp.BISharpRequestException

Inheritance: System.Exception
Afficher le fichier Open project: elastacloud/bisharp

Méthodes publiques

Méthode Description
BISharpRequestException ( ) : System
BISharpRequestException ( IRestResponse response ) : System
BISharpRequestException ( string message ) : System
BISharpRequestException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

BISharpRequestException() public méthode

public BISharpRequestException ( ) : System
Résultat System

BISharpRequestException() public méthode

public BISharpRequestException ( IRestResponse response ) : System
response IRestResponse
Résultat System

BISharpRequestException() protected méthode

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

BISharpRequestException() public méthode

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

BISharpRequestException() public méthode

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