C# Class CmisSync.Lib.Storage.FileSystem.WrongPlatformException

Inheritance: System.Exception
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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.

Protected Methods

Method Description
WrongPlatformException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

WrongPlatformException() public method

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.
public WrongPlatformException ( ) : System
return System

WrongPlatformException() protected method

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.
return System

WrongPlatformException() public method

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.WrongPlatformException class.
public WrongPlatformException ( string message ) : System
message string Exception message.
return System

WrongPlatformException() public method

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.
return System