PexDisposeException Class
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.
An exception encapsulating a collection of exceptions
public ref class PexDisposeException sealed : Exception
[System.Serializable]
public sealed class PexDisposeException : Exception
[<System.Serializable>]
type PexDisposeException = class
inherit Exception
Public NotInheritable Class PexDisposeException
Inherits Exception
- Inheritance
-
PexDisposeException
- Attributes
Properties
InnerExceptions |
Gets the inner exceptions. |
Message |
Gets a message that describes the current exception. |
StackTrace |
Gets the exception stack trace |
Methods
GetObjectData(SerializationInfo, StreamingContext) | |
ToString() |
Creates and returns a string representation of the current exception. |