C# Class c24.Sqlizer.Exceptions.EmptyDirectoryException

Inheritance: System.Exception
ファイルを表示 Open project: CHECK24/c24.Sqlizer

Public Methods

Method Description
EmptyDirectoryException ( ) : System
EmptyDirectoryException ( string message ) : System
EmptyDirectoryException ( string message, Exception innerException ) : System

Protected Methods

Method Description
EmptyDirectoryException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EmptyDirectoryException() public method

public EmptyDirectoryException ( ) : System
return System

EmptyDirectoryException() protected method

protected EmptyDirectoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

EmptyDirectoryException() public method

public EmptyDirectoryException ( string message ) : System
message string
return System

EmptyDirectoryException() public method

public EmptyDirectoryException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System