ProjectionException Constructor |
Initializes a new instance of the ProjectionException class with a specified error message
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public ProjectionException(
string s
)
Public Sub New (
s As String
)
public:
ProjectionException(
String^ s
)
new :
s : string -> ProjectionException
Parameters
- s
- Type: SystemString
See Also