C# Class c24.Sqlizer.Exceptions.FileNameFormatException

Inheritance: System.Exception
Afficher le fichier Open project: CHECK24/c24.Sqlizer

Méthodes publiques

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

Méthodes protégées

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

Method Details

FileNameFormatException() public méthode

public FileNameFormatException ( ) : System
Résultat System

FileNameFormatException() protected méthode

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

FileNameFormatException() public méthode

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

FileNameFormatException() public méthode

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