C# Class XenAPI.HTTP.CancelledException

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

Public Methods

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

Protected Methods

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

Method Details

CancelledException() public method

public CancelledException ( ) : System
return System

CancelledException() protected method

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

CancelledException() public method

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

CancelledException() public method

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