C# Class net.r_eg.IeXod.Tasks.ResourceHandling.InputFormatNotSupportedException

Inheritance: Exception
显示文件 Open project: 3F/IeXod

Public Methods

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

Protected Methods

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

Method Details

InputFormatNotSupportedException() public method

public InputFormatNotSupportedException ( ) : System
return System

InputFormatNotSupportedException() protected method

protected InputFormatNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

InputFormatNotSupportedException() public method

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

InputFormatNotSupportedException() public method

public InputFormatNotSupportedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System