Alba.Jaml.MSInternal.XamlParseException.XamlParseException C# (CSharp) Method

XamlParseException() private method

private XamlParseException ( string message ) : System
message string
return System
        public XamlParseException (string message)
            : base(message)
        {}

Same methods

XamlParseException::XamlParseException ( ) : System
XamlParseException::XamlParseException ( MeScanner meScanner, string message ) : System
XamlParseException::XamlParseException ( SerializationInfo info, StreamingContext context ) : System
XamlParseException::XamlParseException ( int lineNumber, int linePosition, string message ) : System
XamlParseException::XamlParseException ( string message, Exception innerException ) : System
XamlParseException