C# Class FlexiWebSDK.FXException.FxApiException

Inheritance: System.Exception
Afficher le fichier Open project: FlexiDB/PublicCSharpLib

Méthodes publiques

Méthode Description
FxApiException ( ) : System
FxApiException ( string message ) : System
FxApiException ( string message, Exception exception ) : System

Méthodes protégées

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

Method Details

FxApiException() public méthode

public FxApiException ( ) : System
Résultat System

FxApiException() protected méthode

protected FxApiException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

FxApiException() public méthode

public FxApiException ( string message ) : System
message string
Résultat System

FxApiException() public méthode

public FxApiException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System