Class PdfSecurityException
- Namespace
- GrapeCity.Documents.Pdf
- Assembly
- GcDocs.Pdf.dll
Represents an exception that occurred while performing a security related
task such as signing, encrypting, decrypting etc.
public class PdfSecurityException : PdfException, ISerializable
- Inheritance
-
object
System.Exception
PdfSecurityException
- Implements
-
System.Runtime.Serialization.ISerializable
-
- Inherited Members
-
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Constructors
PdfSecurityException(string, Exception)
public PdfSecurityException(string message, Exception exception)
Parameters
message
string
exception
System.Exception
PdfSecurityException(string)
public PdfSecurityException(string message)
Parameters
message
string