Table of Contents

ChecksumUnMatchException 类

命名空间
ClassIsland.Core.Exceptions
程序集
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)

参数

message string

The message that describes the error.