C# Класс System.IO.IsolatedStorage.IsolatedStorageException

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

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

Метод Описание
IsolatedStorageException ( )
IsolatedStorageException ( string message )
IsolatedStorageException ( string message, System inner )

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

Метод Описание
IsolatedStorageException ( System info, System context )

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

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

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

protected IsolatedStorageException ( System info, System context )
info System
context System

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

public IsolatedStorageException ( string message )
message string

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

public IsolatedStorageException ( string message, System inner )
message string
inner System