C# Class CodeFiction.InfinityFiction.Structure.StructConverters.Exceptions.StructConverterException

Inheritance: CoreLevelException
Show file Open project: Blind-Striker/infinityfiction

Public Methods

Method Description
StructConverterException ( ) : System
StructConverterException ( Exception exp ) : System
StructConverterException ( SerializationInfo serializationInfo, StreamingContext context ) : System
StructConverterException ( string exceptionMessage ) : System
StructConverterException ( string exceptionMessage, Exception exp ) : System

Method Details

StructConverterException() public method

public StructConverterException ( ) : System
return System

StructConverterException() public method

public StructConverterException ( Exception exp ) : System
exp System.Exception
return System

StructConverterException() public method

public StructConverterException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

StructConverterException() public method

public StructConverterException ( string exceptionMessage ) : System
exceptionMessage string
return System

StructConverterException() public method

public StructConverterException ( string exceptionMessage, Exception exp ) : System
exceptionMessage string
exp System.Exception
return System