ModelingPathException 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 for errors when dealing with Paths in models
public ref class ModelingPathException : Exception
[System.Serializable]
public class ModelingPathException : Exception
[<System.Serializable>]
type ModelingPathException = class
inherit Exception
Public Class ModelingPathException
Inherits Exception
- Inheritance
-
ModelingPathException
- Attributes
Constructors
ModelingPathException() |
Construct an exception for errors when dealing with Paths in models |
ModelingPathException(SerializationInfo, StreamingContext) |
Construct an exception for errors when dealing with Paths in models |
ModelingPathException(String, Exception) |
Construct an exception for errors when dealing with Paths in models |
ModelingPathException(String) |
Construct an exception for errors when dealing with Paths in models |