OpenTween.TabException.TabException C# (CSharp) Method

TabException() public method

public TabException ( ) : System
return System
        public TabException() { }
        public TabException(string message) : base(message) { }

Same methods

TabException::TabException ( SerializationInfo info, StreamingContext context ) : System
TabException::TabException ( string message ) : System
TabException::TabException ( string message, Exception innerException ) : System
TabException