ClassProtectionException
Class
Exception thrown when a worksheet or workbook protection constraint is violated.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Protection
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class ProtectionException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionProtectionException
Implements:
Inherited Members
Constructors
ProtectionException(string)
Initializes a new ProtectionException with the specified error message.
Declaration
cs-api-definition
public ProtectionException(string message)
Parameters
message
The message.
ProtectionException(string, Exception)
Initializes a new ProtectionException wrapping an underlying exception.
ProtectionException(string, Exception, string)
Initializes a new ProtectionException wrapping an inner exception with a localizable message key.
ProtectionException(string, string)
Initializes a new ProtectionException with a localizable message key.