Alba.Jaml.MSInternal.GenericTypeNameParser.TypeNameParserException.TypeNameParserException C# (CSharp) Method

TypeNameParserException() public method

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

Same methods

GenericTypeNameParser.TypeNameParserException::TypeNameParserException ( SerializationInfo si, StreamingContext sc ) : System
GenericTypeNameParser.TypeNameParserException