Class PdfConformanceException
Exception of this type is raised when the document contains object which are not supported by current document standard.Inherited from PdfDocumentException
Inheritance
System.Object
System.Exception
PdfConformanceException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.Data
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.SerializeObjectState
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfConformanceException : PdfDocumentException, ISerializable, _Exception
Constructors
PdfConformanceException()
Initializes object with default error message.
Declaration
public PdfConformanceException()
PdfConformanceException(Exception)
Initializes object with default error message and inner exception object.
Declaration
public PdfConformanceException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | The inner exception. |
PdfConformanceException(String)
Initializes object by specified error message.
Declaration
public PdfConformanceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | User defined error message. |
PdfConformanceException(String, Exception)
Initializes object with specified error message and inner exception object.
Declaration
public PdfConformanceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | User defined error message. |
System.Exception | innerException | The inner exception. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception