IVsXMLMemberData4.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.

Implements

Applies to