Click or drag to resize
XmlDefinitionException Class
XML 文件定义异常类
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Slickflow.Engine.CommonXmlDefinitionException

Namespace: Slickflow.Engine.Common
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class XmlDefinitionException : ApplicationException

The XmlDefinitionException type exposes the following members.

Constructors
  NameDescription
Public methodXmlDefinitionException(String)
Initializes a new instance of the XmlDefinitionException class
Public methodXmlDefinitionException(String, Exception)
Initializes a new instance of the XmlDefinitionException class
Top
Methods
  NameDescription
Protected methodAddExceptionDataForRestrictedErrorInfo (Inherited from Exception.)
Protected methodDeepCopyDynamicMethods (Inherited from Exception.)
Protected methodDeepCopyStackTrace (Inherited from Exception.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Protected methodGetStackTracesDeepCopy (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodInternalPreserveStackTrace (Inherited from Exception.)
Protected methodInternalToString (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodPrepForRemoting (Inherited from Exception.)
Protected methodRestoreExceptionDispatchInfo (Inherited from Exception.)
Protected methodSetErrorCode (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
Fields
  NameDescription
Protected field_HResult (Inherited from Exception.)
Protected field_message (Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Protected propertyIPForWatsonBuckets (Inherited from Exception.)
Protected propertyIsTransient (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Protected propertyRemoteStackTrace (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Protected propertyWatsonBuckets (Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also