PexException 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.
Base class for all IntelliTest exceptions
public ref class PexException : Exception
[System.Serializable]
public class PexException : Exception
[<System.Serializable>]
type PexException = class
inherit Exception
Public Class PexException
Inherits Exception
- Inheritance
-
PexException
- Derived
- Attributes
Constructors
PexException() |
Initializes a new instance of the PexException class. |
PexException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PexException class. |
PexException(String, Exception) |
Initializes a new instance of the PexException class. |
PexException(String) |
Initializes a new instance of the PexException class. |