Constructor
Namespace: Relativity.Kepler.Exceptions
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public ServiceNotFoundException( string message, Exception inner )
Parameters
- message
- Type: System.String
[Missing <param name="message"/> documentation for "M:Relativity.Kepler.Exceptions.ServiceNotFoundException.#ctor(System.String,System.Exception)"]
- inner
- Type: System.Exception
[Missing <param name="inner"/> documentation for "M:Relativity.Kepler.Exceptions.ServiceNotFoundException.#ctor(System.String,System.Exception)"]
See Also