C# Class Mike.Spikes.ExceptionHandling.ExceptionHandlingDemoException

Inheritance: System.Exception
Afficher le fichier Open project: mikehadlow/Mike.Spikes

Méthodes publiques

Méthode Description
ExceptionHandlingDemoException ( ) : System
ExceptionHandlingDemoException ( string message ) : System
ExceptionHandlingDemoException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
ExceptionHandlingDemoException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ExceptionHandlingDemoException() public méthode

public ExceptionHandlingDemoException ( ) : System
Résultat System

ExceptionHandlingDemoException() protected méthode

protected ExceptionHandlingDemoException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ExceptionHandlingDemoException() public méthode

public ExceptionHandlingDemoException ( string message ) : System
message string
Résultat System

ExceptionHandlingDemoException() public méthode

public ExceptionHandlingDemoException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System