TraceAssertionException 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.
Exception thrown by the Trace methods
public ref class TraceAssertionException : ApplicationException
[System.Serializable]
public class TraceAssertionException : ApplicationException
[<System.Serializable>]
type TraceAssertionException = class
inherit ApplicationException
Public Class TraceAssertionException
Inherits ApplicationException
- Inheritance
-
TraceAssertionException
- Attributes
Constructors
TraceAssertionException() |
Initializes a new instance of the TraceAssertionException class. |
TraceAssertionException(SerializationInfo, StreamingContext) |
Initializes a new instance of the TraceAssertionException class. |
TraceAssertionException(String, Exception) |
Initializes a new instance of the TraceAssertionException class. |
TraceAssertionException(String) |
Initializes a new instance of the TraceAssertionException class. |