C# Класс XenAPI.HTTP.CancelledException

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

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

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

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

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

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

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

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

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

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

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

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

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

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