C# Class Simple.Data.Ado.SchemaResolutionException

Inheritance: SimpleDataException
Afficher le fichier Open project: kylin589/HongKongHKMall

Méthodes publiques

Méthode Description
SchemaResolutionException ( ) : System
SchemaResolutionException ( string message ) : System
SchemaResolutionException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

SchemaResolutionException() public méthode

public SchemaResolutionException ( ) : System
Résultat System

SchemaResolutionException() protected méthode

protected SchemaResolutionException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

SchemaResolutionException() public méthode

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

SchemaResolutionException() public méthode

public SchemaResolutionException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System