C# Класс CodeInsiders.SharpQL.SharpQLException

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

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

Метод Описание
SharpQLException ( ) : System
SharpQLException ( string message ) : System
SharpQLException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
SharpQLException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

SharpQLException() публичный Метод

public SharpQLException ( ) : System
Результат System

SharpQLException() защищенный Метод

protected SharpQLException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

SharpQLException() публичный Метод

public SharpQLException ( string message ) : System
message string
Результат System

SharpQLException() публичный Метод

public SharpQLException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System