Lawo.EmberPlusSharp.Ember.EmberException.EmberException C# (CSharp) Method

EmberException() public method

Initializes a new instance of the EmberException class.
public EmberException ( ) : System
return System
        public EmberException()
            : this(null)
        {
        }

Same methods

EmberException::EmberException ( string message ) : System
EmberException::EmberException ( string message, Exception innerException ) : System
EmberException