Share via


IVsXMLMemberData3.GetExceptionCount(Int32) Method

Definition

Gets the number of exceptions.

public:
 int GetExceptionCount([Runtime::InteropServices::Out] int % piExceptions);
int GetExceptionCount([Runtime::InteropServices::Out] int & piExceptions);
public int GetExceptionCount (out int piExceptions);
abstract member GetExceptionCount : int -> int
Public Function GetExceptionCount (ByRef piExceptions As Integer) As Integer

Parameters

piExceptions
Int32

[out] The number of exceptions.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsXMLMemberData3::GetExceptionCount(  
   [out] long *piExceptions  
);  

Applies to