C# Class llbc.LLBCException

The llbc library exception class encapsulation.
Inheritance: System.Exception
Exibir arquivo Open project: lailongwei/llbc

Public Methods

Method Description
LLBCException ( ) : System
LLBCException ( string message ) : System

Method Details

LLBCException() public method

public LLBCException ( ) : System
return System

LLBCException() public method

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