SunsetHigh.LineException.LineException C# (CSharp) Method

LineException() public method

public LineException ( ) : System
return System
        public LineException()
            : base()
        {
        }

Same methods

LineException::LineException ( SerializationInfo info, StreamingContext context ) : System
LineException::LineException ( string message ) : System
LineException::LineException ( string message, Exception inner ) : System
LineException