Class InvalidDataException
The exception that is thrown when a data stream is in an invalid format.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public sealed class InvalidDataException : Exception, ISerializable, _Exception
Constructors
InvalidDataException()
Initializes a new instance of the Invalid
Declaration
public InvalidDataException()
InvalidDataException(String)
Initializes a new instance of the Invalid
Declaration
public InvalidDataException(string message)
Parameters
System. The error message that explains the reason for the exception. |
InvalidDataException(String, Exception)
Initializes a new instance of the Invalid
Declaration
public InvalidDataException(string message, Exception innerException)
Parameters
System. The error message that explains the reason for the exception. |
System. The exception that is the cause of the current exception. If the |