Свойство | Type | Description | |
---|---|---|---|
APIHref | string | ||
ErrorData | string | ||
parameterSet | string>>.List |
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, |
Creates a new instance of a RightScale API Exception
|
|
RightScaleAPIException ( string message, string href, string errorData, |
Creates a new instance of a RightScale API Exception
|
Méthode | Description | |
---|---|---|
RightScaleAPIException ( |
Protected constructor to manage reserialization of object
|
Méthode | Description | |
---|---|---|
GetObjectData ( |
protected RightScaleAPIException ( |
||
info | The SerializationInfo that holds the serialized object data about the exception being thrown. | |
context | The StreamingContext that contains contextual information about the source or destination. | |
Résultat | System |
public RightScaleAPIException ( string message ) : System | ||
message | string | Custom message for this instance of an exception |
Résultat | System |
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 |
public RightScaleAPIException ( string message, string href, string errorData, |
||
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 | Inner exception thrown by the underlying process | |
Résultat | System |
public RightScaleAPIException ( string message, string href, string errorData, |
||
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 | 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 |