Show / Hide Table of Contents

    Class TypeNameParserException

    Exception thrown when an invalid type name is parsed by a TypeIdentifier

    Inheritance
    Object
    Exception
    TypeNameParserException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace: Alphaleonis.Reflection.Metadata
    Assembly: Alphaleonis.Reflection.Metadata.dll
    Syntax
    [Serializable]
    public class TypeNameParserException : Exception, ISerializable, _Exception

    Constructors

    | Improve this Doc View Source

    TypeNameParserException()

    Default constructor.

    Declaration
    public TypeNameParserException()
    | Improve this Doc View Source

    TypeNameParserException(SerializationInfo, StreamingContext)

    Specialised constructor for use only by derived class.

    Declaration
    protected TypeNameParserException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The information.

    StreamingContext context

    The context.

    | Improve this Doc View Source

    TypeNameParserException(String)

    Constructor.

    Declaration
    public TypeNameParserException(string message)
    Parameters
    Type Name Description
    String message

    The message.

    | Improve this Doc View Source

    TypeNameParserException(String, Exception)

    Constructor.

    Declaration
    public TypeNameParserException(string message, Exception inner)
    Parameters
    Type Name Description
    String message

    The message.

    Exception inner

    The inner exception or null.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 Peter Palotas