Share via


ComponentException Class

Definition

public ref class ComponentException : Microsoft::BizTalk::Message::Interop::BTSException
[System.Serializable]
public class ComponentException : Microsoft.BizTalk.Message.Interop.BTSException
type ComponentException = class
    inherit BTSException
Public Class ComponentException
Inherits BTSException
Inheritance
ComponentException
Derived
Attributes

Constructors

ComponentException(Int32, String)
ComponentException(Int32, String, String[])
ComponentException(SerializationInfo, StreamingContext)
ComponentException(UInt32, String)
ComponentException(UInt32, String, String[])

Fields

BTS_E_DISASSEMBLER_ENV_XPATH_ERROR
BTS_E_INVALID_CONVERSION
BTS_E_NULL_XPATH
BTS_E_TYPE_NOT_SUPPORTED
BTS_E_UNEXPECTED_XPATH

Properties

ArgumentCount (Inherited from BTSException)
ExceptionName (Inherited from BTSException)
ExtendedDescription (Inherited from BTSException)
HResult (Inherited from BTSException)
SoapFault (Inherited from BTSException)
StackTrace (Inherited from BTSException)

Methods

AddArgument(String) (Inherited from BTSException)
GetArgument(Int32) (Inherited from BTSException)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from BTSException)
SetDescription(String) (Inherited from BTSException)
SetGUID(Guid) (Inherited from BTSException)
SetHelpContext(UInt32) (Inherited from BTSException)
SetHelpFile(String) (Inherited from BTSException)
SetSource(String) (Inherited from BTSException)
StoreException(IPipelineContext, Exception, String)
StoreException(IPipelineContext, String)

Applies to