Table of Contents

Constructor DumpFormatException

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

DumpFormatException()

public DumpFormatException()

DumpFormatException(string)

public DumpFormatException(string message)

Parameters

message string

DumpFormatException(string, Exception)

public DumpFormatException(string message, Exception innerException)

Parameters

message string
innerException Exception

DumpFormatException(SerializationInfo, StreamingContext)

protected DumpFormatException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext