C# Class SIAQ.Entity.Object.ENTResponse

Inheritance: ENTBase
Show file Open project: GCSoft/CEDHNL Class Usage Examples

Public Methods

Method Description
ENTResponse ( ) : System
ExceptionRaised ( string sErrorMessage ) : void

Indica la generación de una excepción en el método

ENTResponse.ExceptionRaised 21-Octubre-2013 GCSoft - Web Project Creator BETA 1.0

Method Details

ENTResponse() public method

public ENTResponse ( ) : System
return System

ExceptionRaised() public method

Indica la generación de una excepción en el método
ENTResponse.ExceptionRaised 21-Octubre-2013 GCSoft - Web Project Creator BETA 1.0
public ExceptionRaised ( string sErrorMessage ) : void
sErrorMessage string Descripción del mensaje de error
return void