WebserviceTaskException Class

 

Contains the definition for exceptions used by the WebServiceTask.

Namespace:   Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

System::Object
  System::Exception
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask::WebserviceTaskException

[SerializableAttribute]
public ref class WebserviceTaskException : Exception

NameDescription
System_CAPS_pubmethodWebserviceTaskException(SerializationInfo^, StreamingContext)

Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext.

System_CAPS_pubmethodWebserviceTaskException(String^)

Initializes a new instance of the WebserviceTaskException class, initializing the error message string.

System_CAPS_pubmethodWebserviceTaskException(String^, Int32)

Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyErrorCode

Gets an error code.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Sets the SerializationInfo with information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDEFAULT_CODE

Specifies the default value of the error code.

System_CAPS_pubfieldSystem_CAPS_staticNOTSUPPORTED_CODE

Specifies the error code used when the task encounters something that is not supported.

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: