C# Class Agnos.GenericException

a wrapper for unknown exceptions that were sent over the wire (ones that were not defined by the IDL, such as NullPointerException, etc.)
Inheritance: System.Exception
Show file Open project: tomerfiliba/agnos Class Usage Examples

Public Properties

Property Type Description
Traceback string

Public Methods

Method Description
GenericException ( string message, string traceback ) : System
ToString ( ) : string

Method Details

GenericException() public method

public GenericException ( string message, string traceback ) : System
message string
traceback string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Traceback public property

public string Traceback
return string