Class UnsetGeometryException
Represents errors that ocur when using a geometry that has the 'isUnset' flag set to true.
Inheritance
System.Object
UnsetGeometryException
Namespace: Paramdigma.Core.Exceptions
Assembly: Paramdigma.Core.dll
Syntax
public class UnsetGeometryException : Exception
Constructors
| Improve this Doc View SourceUnsetGeometryException()
Declaration
public UnsetGeometryException()
UnsetGeometryException(String)
Declaration
public UnsetGeometryException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
UnsetGeometryException(String, Exception)
Declaration
public UnsetGeometryException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |