Click or drag to resize

ElementsException Constructor (String, Exception)

A constuctor setting the message text and InnerException

Namespace:  VoiceElements.Common
Assembly:  VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
Syntax
public ElementsException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

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

See Also