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
messagestring异常消息
WriteErrorException(string, Exception)
初始化 WriteErrorException 新实例
public WriteErrorException(string message, Exception innerException)