C# Класс Deveel.Data.Store.StorageException

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

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

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

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

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

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

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

public StorageException ( int errorCode ) : System
errorCode int
Результат System

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

public StorageException ( int errorCode, string message ) : System
errorCode int
message string
Результат System

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

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

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

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

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

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