C# Class c24.Sqlizer.Exceptions.WrongOrderException

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

Public Methods

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

Protected Methods

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

Method Details

WrongOrderException() public method

public WrongOrderException ( ) : System
return System

WrongOrderException() protected method

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

WrongOrderException() public method

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

WrongOrderException() public method

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