C# Class AwesomeSauce.Configuration.Actions.AwesomeException

Inheritance: System.Exception
Afficher le fichier Open project: rauhryan/awesomesauce

Méthodes publiques

Méthode Description
AwesomeException ( ) : System
AwesomeException ( string message ) : System
AwesomeException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

AwesomeException() public méthode

public AwesomeException ( ) : System
Résultat System

AwesomeException() protected méthode

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

AwesomeException() public méthode

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

AwesomeException() public méthode

public AwesomeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System