C# 클래스 Seringa.Engine.Exceptions.SqlInjException

상속: System.Exception
파일 보기 프로젝트 열기: paratechnical/Seringa

공개 메소드들

메소드 설명
SqlInjException ( String message ) : System

Creates a new instance of class

SqlInjException ( string message, Exception innerException ) : System

Creates a new instance of class

보호된 메소드들

메소드 설명
SqlInjException ( SerializationInfo si, StreamingContext sc ) : System

Creates a new instance of class

Creates a new instance of class

메소드 상세

SqlInjException() 보호된 메소드

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
리턴 System

SqlInjException() 공개 메소드

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

SqlInjException() 공개 메소드

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