C# Class Zetbox.Server.SchemaManagement.DBTypeNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
DBTypeNotFoundException ( ) : System
DBTypeNotFoundException ( System.Property prop ) : System
DBTypeNotFoundException ( System.Property prop, Exception ex ) : System
DBTypeNotFoundException ( string message ) : System
DBTypeNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

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

Private Methods

Méthode Description
DBTypeNotFoundException ( string clrTypeName, string message, Exception innerException ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PropertyToClrType ( System.Property prop ) : string
PropertyToMessage ( System.Property prop ) : string

Method Details

DBTypeNotFoundException() public méthode

public DBTypeNotFoundException ( ) : System
Résultat System

DBTypeNotFoundException() public méthode

public DBTypeNotFoundException ( System.Property prop ) : System
prop System.Property
Résultat System

DBTypeNotFoundException() public méthode

public DBTypeNotFoundException ( System.Property prop, Exception ex ) : System
prop System.Property
ex System.Exception
Résultat System

DBTypeNotFoundException() protected méthode

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

DBTypeNotFoundException() public méthode

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

DBTypeNotFoundException() public méthode

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