C# Class burlapcsharp.io.CBurlapException

Inheritance: System.Exception
Exibir arquivo Open project: timfel/csharp-hessian

Public Methods

Method Description
CBurlapException ( string strMessage ) : System

Constructor

CBurlapException ( string strMessage, Exception e ) : System

Method Details

CBurlapException() public method

Constructor
public CBurlapException ( string strMessage ) : System
strMessage string Exception-Message
return System

CBurlapException() public method

public CBurlapException ( string strMessage, Exception e ) : System
strMessage string
e System.Exception
return System