Table of Contents

Class ReadErrorException

Namespace
MAS.Communication
Assembly
MAS.Communication.dll

读取数据错误异常

public class ReadErrorException : Exception, ISerializable
Inheritance
ReadErrorException
Implements
Inherited Members

Constructors

ReadErrorException(string)

初始化 ReadErrorException 新实例

public ReadErrorException(string message)

Parameters

message string

异常消息

ReadErrorException(string, Exception)

初始化 ReadErrorException 新实例

public ReadErrorException(string message, Exception innerException)

Parameters

message string

异常消息

innerException Exception

内部异常