ManagedEventDelegate.marshalExceptionsToXPP 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.
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