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

Inheritance: StructConverterException
显示文件 Open project: Blind-Striker/infinityfiction

Public Methods

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

Method Details

ConvertException() public method

public ConvertException ( ) : System
return System

ConvertException() public method

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

ConvertException() public method

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

ConvertException() public method

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

ConvertException() public method

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