C# Class FSpot.RotateException

Inheritance: System.ApplicationException
ファイルを表示 Open project: mono/f-spot Class Usage Examples

Public Properties

Property Type Description
ReadOnly bool

Public Methods

Method Description
RotateException ( string msg, string path ) : System
RotateException ( string msg, string path, bool ro ) : System

Method Details

RotateException() public method

public RotateException ( string msg, string path ) : System
msg string
path string
return System

RotateException() public method

public RotateException ( string msg, string path, bool ro ) : System
msg string
path string
ro bool
return System

Property Details

ReadOnly public_oe property

public bool ReadOnly
return bool