C# Class Alba.Jaml.MSInternal.GenericTypeNameParser.TypeNameParserException

Inheritance: System.Exception
Show file Open project: Athari/Alba.Jaml

Public Methods

Method Description
TypeNameParserException ( string message ) : System

Protected Methods

Method Description
TypeNameParserException ( SerializationInfo si, StreamingContext sc ) : System

Method Details

TypeNameParserException() protected method

protected TypeNameParserException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo
sc System.Runtime.Serialization.StreamingContext
return System

TypeNameParserException() public method

public TypeNameParserException ( string message ) : System
message string
return System