Table of Contents

Class WriteErrorException

Namespace
MAS.Communication
Assembly
MAS.Communication.dll

写数据错误异常

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

Constructors

WriteErrorException(string)

初始化 WriteErrorException 新实例

public WriteErrorException(string message)

Parameters

message string

异常消息

WriteErrorException(string, Exception)

初始化 WriteErrorException 新实例

public WriteErrorException(string message, Exception innerException)

Parameters

message string

异常消息

innerException Exception

内部异常