C# Class MixMax.Main.Common.MixMaxException

Inheritance: System.Exception
显示文件 Open project: theClueless/MixMax

Public Methods

Method Description
MixMaxException ( ) : System
MixMaxException ( string message ) : System
MixMaxException ( string message, Exception innerException ) : System

Protected Methods

Method Description
MixMaxException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MixMaxException() public method

public MixMaxException ( ) : System
return System

MixMaxException() protected method

protected MixMaxException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

MixMaxException() public method

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

MixMaxException() public method

public MixMaxException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System