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

Inheritance: System.Exception
Show file Open project: sapo/sapo-services-sdk

Public Methods

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

Method Details

TraceException() public method

public TraceException ( ) : System
return System

TraceException() public method

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

TraceException() public method

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