C# Class DBClientFiles.NET.Exceptions.VersionNotSupportedException

Inheritance: Exception
Afficher le fichier Open project: Warpten/DBClientFiles.NET

Méthodes publiques

Méthode Description
VersionNotSupportedException ( Signatures signature ) : System
VersionNotSupportedException ( string message ) : System

Méthodes protégées

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

Method Details

VersionNotSupportedException() protected méthode

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

VersionNotSupportedException() public méthode

public VersionNotSupportedException ( Signatures signature ) : System
signature Signatures
Résultat System

VersionNotSupportedException() public méthode

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