Partilhar via


ManagedEventDelegate.marshalExceptionsToXPP Method

Definition

Overloads

marshalExceptionsToXPP()
marshalExceptionsToXPP(Boolean)

marshalExceptionsToXPP()

public:
 virtual bool marshalExceptionsToXPP();
public virtual bool marshalExceptionsToXPP ();
abstract member marshalExceptionsToXPP : unit -> bool
override this.marshalExceptionsToXPP : unit -> bool
Public Overridable Function marshalExceptionsToXPP () As Boolean

Returns

Applies to

marshalExceptionsToXPP(Boolean)

public:
 virtual bool marshalExceptionsToXPP(bool _marshalExceptionsToXPP);
public virtual bool marshalExceptionsToXPP (bool _marshalExceptionsToXPP);
abstract member marshalExceptionsToXPP : bool -> bool
override this.marshalExceptionsToXPP : bool -> bool
Public Overridable Function marshalExceptionsToXPP (_marshalExceptionsToXPP As Boolean) As Boolean

Parameters

_marshalExceptionsToXPP
Boolean

Returns

Applies to