Method | Description | |
---|---|---|
PuaException ( ErrorCodes ec ) : System |
Constructor without a message.
|
|
PuaException ( ErrorCodes ec, string msg ) : System |
Constructor with a message.
|
|
ToString ( ) : string |
|
public PuaException ( ErrorCodes ec ) : System | ||
ec | ErrorCodes | |
return | System |
public PuaException ( ErrorCodes ec, string msg ) : System | ||
ec | ErrorCodes | |
msg | string | |
return | System |