C# Class Miracle.FileZilla.Api.ApiException

Inheritance: System.Exception
Afficher le fichier Open project: PolarbearDK/Miracle.FileZilla.Api

Méthodes publiques

Méthode 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.

Méthodes protégées

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

Creates a new Exception.

Method Details

ApiException() public méthode

Creates a new Exception.
public ApiException ( ) : System
Résultat System

ApiException() protected méthode

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

ApiException() public méthode

Creates a new Exception.
public ApiException ( string message ) : System
message string
Résultat System

ApiException() public méthode

Creates a new Exception.
public ApiException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System