C# Класс Yaircc.SerializableException

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

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

Метод Описание
SerializableException ( ) : System

Initialises a new instance of the SerializableException class.

SerializableException ( Exception ex ) : System

Initialises a new instance of the SerializableException class.

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

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

Initialises a new instance of the SerializableException class.
public SerializableException ( ) : System
Результат System

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

Initialises a new instance of the SerializableException class.
public SerializableException ( Exception ex ) : System
ex System.Exception The exception that occurred.
Результат System