Class ProtectionException
Inheritor of System.Exception used when an ProtectionException needs to be thrown.
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 instance of the ProtectionException class.
Declaration
public ProtectionException(string message)
Parameters
System.String
message
The message. |
ProtectionException(String, Exception)
Initializes a new instance of the ProtectionException class.
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 instance of the ProtectionException class.
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 instance of the ProtectionException class.
Declaration
public ProtectionException(string message, string key)
Parameters
System.String
message
The message. |
System.String
key
The key. |