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