C# Class Sage.Sis.Sdata.Sync.tick.tickCreateException

Inheritance: System.ApplicationException
显示文件 Open project: Sage/SData-Contracts

Public Methods

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

Protected Methods

Method Description
tickCreateException ( System info, System context ) : System

Method Details

tickCreateException() public method

public tickCreateException ( ) : System
return System

tickCreateException() protected method

protected tickCreateException ( System info, System context ) : System
info System
context System
return System

tickCreateException() public method

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

tickCreateException() public method

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