C# Class Rsdn.Janus.LocalUserNotFoundException

Inheritance: System.Exception
Mostra file Open project: rsdn/janus

Public Methods

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

Protected Methods

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

Method Details

LocalUserNotFoundException() public method

public LocalUserNotFoundException ( ) : System
return System

LocalUserNotFoundException() protected method

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

LocalUserNotFoundException() public method

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

LocalUserNotFoundException() public method

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