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
Afficher le fichier Open project: tomerfiliba/agnos Class Usage Examples

Méthodes publiques

Свойство Type Description
Traceback string

Méthodes publiques

Méthode Description
GenericException ( string message, string traceback ) : System
ToString ( ) : string

Method Details

GenericException() public méthode

public GenericException ( string message, string traceback ) : System
message string
traceback string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Traceback public_oe property

public string Traceback
Résultat string