C# Class vortex.web.VortexAPIException

Inheritance: System.Exception
显示文件 Open project: PrismTech/vortex-web-csharp

Public Methods

Method Description
VortexAPIException ( ) : System
VortexAPIException ( System info, System context ) : System
VortexAPIException ( string message ) : System
VortexAPIException ( string message, Exception innerException ) : System

Method Details

VortexAPIException() public method

public VortexAPIException ( ) : System
return System

VortexAPIException() public method

public VortexAPIException ( System info, System context ) : System
info System
context System
return System

VortexAPIException() public method

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

VortexAPIException() public method

public VortexAPIException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System