|
ElementsException Constructor (String) |
A constuctor setting the message text.
Namespace:
VoiceElements.Common
Assembly:
VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
Syntax public ElementsException(
string message
)
Public Sub New (
message As String
)
public:
ElementsException(
String^ message
)
new :
message : string -> ElementsException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:VoiceElements.Common.ElementsException.#ctor(System.String)"]
See Also