|
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
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ElementsException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ElementsException
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