C# Class RightScale.netClient.RightScaleAPIException

Inheritance: System.Exception
Afficher le fichier Open project: rs-services/RightScaleNetAPI

Méthodes publiques

Свойство Type Description
APIHref string
ErrorData string
parameterSet string>>.List

Méthodes publiques

Méthode Description
RightScaleAPIException ( ) : System

Creates a new instance of a RightScale API Exception

RightScaleAPIException ( string message ) : System

Creates a new instance of a RightScale API Exception

RightScaleAPIException ( string message, string href, string errorData ) : System

Creates a new instance of a RightScale API Exception

RightScaleAPIException ( string message, string href, string errorData, Exception innerException ) : System

Creates a new instance of a RightScale API Exception

RightScaleAPIException ( string message, string href, string errorData, Exception innerException, string>.List paramSet ) : System

Creates a new instance of a RightScale API Exception

Méthodes protégées

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

Protected constructor to manage reserialization of object

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

RightScaleAPIException() public méthode

Creates a new instance of a RightScale API Exception
public RightScaleAPIException ( ) : System
Résultat System

RightScaleAPIException() protected méthode

Protected constructor to manage reserialization of object
protected RightScaleAPIException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The StreamingContext that contains contextual information about the source or destination.
Résultat System

RightScaleAPIException() public méthode

Creates a new instance of a RightScale API Exception
public RightScaleAPIException ( string message ) : System
message string Custom message for this instance of an exception
Résultat System

RightScaleAPIException() public méthode

Creates a new instance of a RightScale API Exception
public RightScaleAPIException ( string message, string href, string errorData ) : System
message string Custom message for this instance of an exception
href string href endpoint reference for a failed API call
errorData string Error data that's returned via the RightScale API
Résultat System

RightScaleAPIException() public méthode

Creates a new instance of a RightScale API Exception
public RightScaleAPIException ( string message, string href, string errorData, Exception innerException ) : System
message string Custom message for this instance of an exception
href string href endpoint reference for a failed API call
errorData string Error data that's returned via the RightScale API
innerException System.Exception Inner exception thrown by the underlying process
Résultat System

RightScaleAPIException() public méthode

Creates a new instance of a RightScale API Exception
public RightScaleAPIException ( string message, string href, string errorData, Exception innerException, string>.List paramSet ) : System
message string Custom message for this instance of an exception
href string href endpoint reference for a failed API call
errorData string Error data that's returned via the RightScale API
innerException System.Exception Inner exception thrown by the underlying process
paramSet string>.List Set of parameters passed into the RightScale API for the failed call throwing this exception
Résultat System

Property Details

APIHref public_oe property

href endpoint reference of failed API call
public string APIHref
Résultat string

ErrorData public_oe property

Error data that's returned via the RightScale API
public string ErrorData
Résultat string

parameterSet public_oe property

Collection of parameters specific to the current API call
public List> parameterSet
Résultat string>>.List