XmlTransactionException Class
Inheritance Hierarchy
System..::..Object
System..::..Exception
Microsoft.Data.Tools.XmlDesignerBase.Model..::..XmlTransactionException
Namespace: Microsoft.Data.Tools.XmlDesignerBase.Model
Assemblies: Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)
Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class XmlTransactionException _
Inherits Exception
'Usage
Dim instance As XmlTransactionException
[SerializableAttribute]
public class XmlTransactionException : Exception
[SerializableAttribute]
public ref class XmlTransactionException : public Exception
[<SerializableAttribute>]
type XmlTransactionException =
class
inherit Exception
end
public class XmlTransactionException extends Exception
The XmlTransactionException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlTransactionException() () () () | ||
XmlTransactionException(String) | ||
XmlTransactionException(SerializationInfo, StreamingContext) | ||
XmlTransactionException(String, Exception) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Overrides Exception..::..GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.