C# Класс Seringa.Engine.Exceptions.SqlInjException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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