C# Class PushServer.Abstractions.PushConfigurationNotFoundException

Inheritance: Exception
Datei anzeigen Open project: tuwrraphael/PushServer

Public Methods

Method Description
PushConfigurationNotFoundException ( ) : System
PushConfigurationNotFoundException ( string message ) : System
PushConfigurationNotFoundException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

PushConfigurationNotFoundException() public method

public PushConfigurationNotFoundException ( ) : System
return System

PushConfigurationNotFoundException() protected method

protected PushConfigurationNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

PushConfigurationNotFoundException() public method

public PushConfigurationNotFoundException ( string message ) : System
message string
return System

PushConfigurationNotFoundException() public method

public PushConfigurationNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System