Class TypeNameParserException
Exception thrown when an invalid type name is parsed by a TypeIdentifier
Inherited Members
Namespace: Alphaleonis.Reflection.Metadata
Assembly: Alphaleonis.Reflection.Metadata.dll
Syntax
[Serializable]
public class TypeNameParserException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceTypeNameParserException()
Default constructor.
Declaration
public TypeNameParserException()
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. |
TypeNameParserException(String)
Constructor.
Declaration
public TypeNameParserException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The message. |
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. |