Click or drag to resize
ContextUnknownException Constructor (String, Int32, Exception)
Initializes a new instance of the ContextUnknownException class

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ContextUnknownException(
	string key,
	int returnCode,
	Exception innerException
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:X3Platform.ContextUnknownException.#ctor(System.String,System.Int32,System.Exception)"]

returnCode
Type: SystemInt32

[Missing <param name="returnCode"/> documentation for "M:X3Platform.ContextUnknownException.#ctor(System.String,System.Int32,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:X3Platform.ContextUnknownException.#ctor(System.String,System.Int32,System.Exception)"]

See Also