C# Class Rsdn.Janus.SchemaChangeException

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

Méthodes publiques

Méthode Description
SchemaChangeException ( string cmdText, Exception innerException ) : System

Méthodes protégées

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

Private Methods

Méthode Description
GetMessage ( string cmdText, string errorMessage ) : string

Method Details

SchemaChangeException() protected méthode

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

SchemaChangeException() public méthode

public SchemaChangeException ( string cmdText, Exception innerException ) : System
cmdText string
innerException System.Exception
Résultat System