C# Class MixMax.Main.Common.MixMaxException

Inheritance: System.Exception
Afficher le fichier Open project: theClueless/MixMax

Méthodes publiques

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

Méthodes protégées

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

Method Details

MixMaxException() public méthode

public MixMaxException ( ) : System
Résultat System

MixMaxException() protected méthode

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

MixMaxException() public méthode

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

MixMaxException() public méthode

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