C# Class PushServer.Abstractions.PushConfigurationNotFoundException

Inheritance: Exception
Afficher le fichier Open project: tuwrraphael/PushServer

Méthodes publiques

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

Méthodes protégées

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

Method Details

PushConfigurationNotFoundException() public méthode

public PushConfigurationNotFoundException ( ) : System
Résultat System

PushConfigurationNotFoundException() protected méthode

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

PushConfigurationNotFoundException() public méthode

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

PushConfigurationNotFoundException() public méthode

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