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 InvalidDataException class.
Declaration
public InvalidDataException()
InvalidDataException(String)
Initializes a new instance of the InvalidDataException class with a specified error message.
Declaration
public InvalidDataException(string message)
Parameters
System.String
message
The error message that explains the reason for the exception. |
InvalidDataException(String, Exception)
Initializes a new instance of the InvalidDataException class with a reference to the inner exception that is the cause of this exception.
Declaration
public InvalidDataException(string message, Exception innerException)
Parameters
System.String
message
The error message that explains the reason for the exception. |
System.Exception
innerException
The exception that is the cause of the current exception. If the |