Click or drag to resize

InvalidChecksumException Constructor

Overload List
  NameDescription
Public methodInvalidChecksumException
Initializes a new instance of the InvalidChecksumException class.
Public methodInvalidChecksumException(String)
Initializes a new instance of the InvalidChecksumException class with a specified error message.
Protected methodInvalidChecksumException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidChecksumException class with serialized data.
Public methodInvalidChecksumException(String, Exception)
Initializes a new instance of the InvalidChecksumException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also