C# Class Naos.Foundation.NaosClientFormatException

Inheritance: Naos.Foundation.NaosException
Mostra file Open project: vip32/Naos

Public Methods

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

Protected Methods

Method Description
NaosClientFormatException ( SerializationInfo serializationInfo, StreamingContext context ) : System

Method Details

NaosClientFormatException() public method

public NaosClientFormatException ( ) : System
return System

NaosClientFormatException() protected method

protected NaosClientFormatException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo SerializationInfo
context StreamingContext
return System

NaosClientFormatException() public method

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

NaosClientFormatException() public method

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