PexUnverifiableUnsafeMemoryAccessException Class

Definition

IntelliTest unverifiable unsafe memory access exception

public ref class PexUnverifiableUnsafeMemoryAccessException : Microsoft::Pex::Framework::Exceptions::PexException
[__Uncatchable]
[System.Serializable]
public class PexUnverifiableUnsafeMemoryAccessException : Microsoft.Pex.Framework.Exceptions.PexException
[<__Uncatchable>]
[<System.Serializable>]
type PexUnverifiableUnsafeMemoryAccessException = class
    inherit PexException
Public Class PexUnverifiableUnsafeMemoryAccessException
Inherits PexException
Inheritance
PexUnverifiableUnsafeMemoryAccessException
Attributes
__UncatchableAttribute SerializableAttribute

Constructors

PexUnverifiableUnsafeMemoryAccessException()

Initializes a new instance of the PexUnverifiableUnsafeMemoryAccessException class.

PexUnverifiableUnsafeMemoryAccessException(SerializationInfo, StreamingContext)

Initializes a new instance of the PexUnverifiableUnsafeMemoryAccessException class.

PexUnverifiableUnsafeMemoryAccessException(String)

Initializes a new instance of the PexUnverifiableUnsafeMemoryAccessException class.

PexUnverifiableUnsafeMemoryAccessException(String, Exception)

Initializes a new instance of the PexUnverifiableUnsafeMemoryAccessException class.

Applies to