C# Class XenAPI.HTTP.BadServerResponseException

Inheritance: System.Exception
Show file Open project: xapi-project/xen-api-sdk Class Usage Examples

Public Methods

Method Description
BadServerResponseException ( ) : System
BadServerResponseException ( string message ) : System
BadServerResponseException ( string message, Exception exception ) : System

Protected Methods

Method Description
BadServerResponseException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BadServerResponseException() public method

public BadServerResponseException ( ) : System
return System

BadServerResponseException() protected method

protected BadServerResponseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BadServerResponseException() public method

public BadServerResponseException ( string message ) : System
message string
return System

BadServerResponseException() public method

public BadServerResponseException ( string message, Exception exception ) : System
message string
exception System.Exception
return System