C# Class FileFind.Meshwork.Errors.MeshworkError

ファイルを表示 Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
MeshworkError ( ) : System
MeshworkError ( string Message ) : System
MeshworkError ( string Message, string Format ) : System
ToException ( ) : Exception
ToString ( ) : string

Method Details

MeshworkError() public method

public MeshworkError ( ) : System
return System

MeshworkError() public method

public MeshworkError ( string Message ) : System
Message string
return System

MeshworkError() public method

public MeshworkError ( string Message, string Format ) : System
Message string
Format string
return System

ToException() public method

public ToException ( ) : Exception
return System.Exception

ToString() public method

public ToString ( ) : string
return string