C# Класс CmisSync.Lib.Storage.FileSystem.WrongPlatformException

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

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

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.

WrongPlatformException ( string message ) : System

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.

WrongPlatformException ( string message, Exception inner ) : System

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.

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

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.

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

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.
public WrongPlatformException ( ) : System
Результат System

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.
protected WrongPlatformException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
Результат System

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.
public WrongPlatformException ( string message ) : System
message string Exception message.
Результат System

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.
public WrongPlatformException ( string message, Exception inner ) : System
message string Exception message.
inner System.Exception Inner exception.
Результат System