C# Class Otp.Erlang.UnboundVarException

Exception raised when an attempt is made to reference an unbound variable.
Inheritance: Otp.Erlang.ErlangException
Mostrar archivo Open project: saleyn/otp.net

Public Methods

Method Description
UnboundVarException ( ) : System
UnboundVarException ( System msg ) : System

Method Details

UnboundVarException() public method

public UnboundVarException ( ) : System
return System

UnboundVarException() public method

public UnboundVarException ( System msg ) : System
msg System
return System