GlobalExceptionHandler.HandleException(Exception, DdmReader, DdmWriter) 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.
public:
virtual bool HandleException(Exception ^ ex, Microsoft::HostIntegration::Drda::Common::DdmReader ^ reader, Microsoft::HostIntegration::Drda::Common::DdmWriter ^ writer);
public virtual bool HandleException (Exception ex, Microsoft.HostIntegration.Drda.Common.DdmReader reader, Microsoft.HostIntegration.Drda.Common.DdmWriter writer);
abstract member HandleException : Exception * Microsoft.HostIntegration.Drda.Common.DdmReader * Microsoft.HostIntegration.Drda.Common.DdmWriter -> bool
override this.HandleException : Exception * Microsoft.HostIntegration.Drda.Common.DdmReader * Microsoft.HostIntegration.Drda.Common.DdmWriter -> bool
Public Overridable Function HandleException (ex As Exception, reader As DdmReader, writer As DdmWriter) As Boolean
Parameters
- ex
- Exception
- reader
- DdmReader
- writer
- DdmWriter