Version

WordDocumentWriterXmlWriterException Class Members

The following tables list the members exposed by WordDocumentWriterXmlWriterException.

Public Properties
 NameDescription
Public PropertyAttributeReturns the fully qualified name of the XML attribute that was being written at the time the exception was thrown, or null if there is no associated attribute.  
Public PropertyData (Inherited from System.Exception)
Public PropertyElementReturns the fully qualified name of the XML element that was being written at the time the exception was thrown, or null if there is no associated element.  
Public PropertyHelpLink (Inherited from System.Exception)
Public PropertyHResult (Inherited from System.Exception)
Public PropertyInnerException (Inherited from System.Exception)
Public PropertyMessageReturns the message for the exception. (Inherited from Infragistics.Documents.Word.WordDocumentWriterException)
Public PropertyReasonReturns an enumerated value which identifies the reason for the exception. (Inherited from Infragistics.Documents.Word.WordDocumentWriterException)
Public PropertySource (Inherited from System.Exception)
Public PropertyStackTrace (Inherited from System.Exception)
Public PropertyTargetSite (Inherited from System.Exception)
Public Methods
 NameDescription
Public MethodGetBaseException (Inherited from System.Exception)
Public MethodGetObjectData (Inherited from System.Exception)
Public MethodGetType (Inherited from System.Exception)
Public MethodToString (Inherited from System.Exception)
Protected Events
 NameDescription
Protected EventSerializeObjectState (Inherited from System.Exception)
See Also

View on GitHub