C# Class c24.Sqlizer.Exceptions.WrongOrderException

Inheritance: System.Exception
Afficher le fichier Open project: CHECK24/c24.Sqlizer

Méthodes publiques

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

Méthodes protégées

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

Method Details

WrongOrderException() public méthode

public WrongOrderException ( ) : System
Résultat System

WrongOrderException() protected méthode

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

WrongOrderException() public méthode

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

WrongOrderException() public méthode

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