C# Class Miracle.FileZilla.Api.ApiException

Inheritance: System.Exception
Mostrar archivo Open project: PolarbearDK/Miracle.FileZilla.Api

Public Methods

Method Description
ApiException ( ) : System

Creates a new Exception.

ApiException ( string message ) : System

Creates a new Exception.

ApiException ( string message, Exception inner ) : System

Creates a new Exception.

Protected Methods

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

Creates a new Exception.

Method Details

ApiException() public method

Creates a new Exception.
public ApiException ( ) : System
return System

ApiException() protected method

Creates a new Exception.
protected ApiException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ApiException() public method

Creates a new Exception.
public ApiException ( string message ) : System
message string
return System

ApiException() public method

Creates a new Exception.
public ApiException ( string message, Exception inner ) : System
message string
inner System.Exception
return System