COMError.source Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the component that caused the error that occurred when the COM object was called.
public:
virtual System::String ^ source();
public virtual string source ();
abstract member source : unit -> string
override this.source : unit -> string
Public Overridable Function source () As String
Returns
The source of the error.
Remarks
The source might be empty if the COM object does not support handing out the source of the error. The source property is read-only.