ChecksumUnMatchException 类
- 程序集
- ClassIsland.Core.dll
校验和不匹配异常。
public class ChecksumUnMatchException : Exception, ISerializable
- 继承
-
ChecksumUnMatchException
- 实现
- 继承成员
构造函数
ChecksumUnMatchException()
Initializes a new instance of the Exception class.
public ChecksumUnMatchException()
ChecksumUnMatchException(string)
Initializes a new instance of the Exception class with a specified error message.
public ChecksumUnMatchException(string message)
参数
messagestringThe message that describes the error.