C# Class xuiService.xuiException

Inheritance: System.Exception
显示文件 Open project: linb/CrossUI

Public Methods

Method Description
xuiException ( ) : System
xuiException ( string message ) : System
xuiException ( string message, Exception inner ) : System

Method Details

xuiException() public method

public xuiException ( ) : System
return System

xuiException() public method

public xuiException ( string message ) : System
message string
return System

xuiException() public method

public xuiException ( string message, Exception inner ) : System
message string
inner System.Exception
return System