C# Class Tmx.Interfaces.Exceptions.ClientNotRegisteredException

Desctiption of ClientNotRegisterdException.
Inheritance: System.Exception, ISerializable
Exibir arquivo Open project: apetrovskiy/STUPS

Public Methods

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

Protected Methods

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

Method Details

ClientNotRegisteredException() public method

public ClientNotRegisteredException ( ) : System
return System

ClientNotRegisteredException() protected method

protected ClientNotRegisteredException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ClientNotRegisteredException() public method

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

ClientNotRegisteredException() public method

public ClientNotRegisteredException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System