C# Class SW.Helpers.ServicesException

Inheritance: Exception
Afficher le fichier Open project: lunasoft/SW-sdk-NetStandard

Méthodes publiques

Méthode Description
ServicesException ( ) : System
ServicesException ( string message ) : System
ServicesException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

ServicesException() public méthode

public ServicesException ( ) : System
Résultat System

ServicesException() protected méthode

protected ServicesException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

ServicesException() public méthode

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

ServicesException() public méthode

public ServicesException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System