ServiceInfrastructureException Constructor (String, Exception)

Relativity Kepler

[Missing <summary> documentation for "M:Relativity.Services.Exceptions.ServiceInfrastructureException.#ctor(System.String,System.Exception)"]

Namespace:  Relativity.Services.Exceptions
Assembly:  Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax

C#
public ServiceInfrastructureException(
	string message,
	Exception inner
)

Parameters

message
Type: System.String

[Missing <param name="message"/> documentation for "M:Relativity.Services.Exceptions.ServiceInfrastructureException.#ctor(System.String,System.Exception)"]

inner
Type: System.Exception

[Missing <param name="inner"/> documentation for "M:Relativity.Services.Exceptions.ServiceInfrastructureException.#ctor(System.String,System.Exception)"]

See Also

Reference