C# Class Seringa.Engine.Exceptions.SqlInjException

Inheritance: System.Exception
ファイルを表示 Open project: paratechnical/Seringa

Public Methods

Method Description
SqlInjException ( String message ) : System

Creates a new instance of class

SqlInjException ( string message, Exception innerException ) : System

Creates a new instance of class

Protected Methods

Method Description
SqlInjException ( SerializationInfo si, StreamingContext sc ) : System

Creates a new instance of class

Creates a new instance of class

Method Details

SqlInjException() protected method

Creates a new instance of class Creates a new instance of class
protected SqlInjException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo Serialization Info
sc System.Runtime.Serialization.StreamingContext Streaming context
return System

SqlInjException() public method

Creates a new instance of class
public SqlInjException ( String message ) : System
message String The error message.
return System

SqlInjException() public method

Creates a new instance of class
public SqlInjException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The wrappedinner exception.
return System