C# Class c24.Sqlizer.Exceptions.EmptyDirectoryException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

EmptyDirectoryException() public méthode

public EmptyDirectoryException ( ) : System
Résultat System

EmptyDirectoryException() protected méthode

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

EmptyDirectoryException() public méthode

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

EmptyDirectoryException() public méthode

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