C# Class Rsdn.Janus.DBSchemaException

Inheritance: System.Exception
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

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

Méthodes protégées

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

Method Details

DBSchemaException() public méthode

public DBSchemaException ( ) : System
Résultat System

DBSchemaException() protected méthode

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

DBSchemaException() public méthode

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

DBSchemaException() public méthode

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