Click or drag to resize

Spice3AppException(String, Exception) Constructor

[Missing <summary> documentation for "M:RAYLASE.SPICE3.Spice3AppException.#ctor(System.String,System.Exception)"]


Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public Spice3AppException(
	string message,
	Exception innerException
)

Parameters

message  String

[Missing <param name="message"/> documentation for "M:RAYLASE.SPICE3.Spice3AppException.#ctor(System.String,System.Exception)"]

innerException  Exception

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

See Also