C# Class c24.Sqlizer.Exceptions.FileNameFormatException

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

Public Methods

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

Protected Methods

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

Method Details

FileNameFormatException() public method

public FileNameFormatException ( ) : System
return System

FileNameFormatException() protected method

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

FileNameFormatException() public method

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

FileNameFormatException() public method

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