C# Class pt.sapo.gis.exception.EventCallException

Inheritance: TraceException
显示文件 Open project: sapo/sapo-services-sdk

Public Methods

Method Description
EventCallException ( ) : System
EventCallException ( String message ) : System
EventCallException ( String message, Exception cause ) : System

Method Details

EventCallException() public method

public EventCallException ( ) : System
return System

EventCallException() public method

public EventCallException ( String message ) : System
message String
return System

EventCallException() public method

public EventCallException ( String message, Exception cause ) : System
message String
cause System.Exception
return System