Create a LiveViewException with the given message.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)
Syntax
| C# | Visual Basic | Visual C++ |
public LiveViewException( LiveViewExceptionCode excode, string msg )
Public Sub New ( _ excode As LiveViewExceptionCode, _ msg As String _ )
public: LiveViewException( LiveViewExceptionCode excode, String^ msg )
Parameters
- excode
- LiveViewExceptionCode
LiveViewExceptionCode describing this exception.
- msg
- String
Message explaining the reason for this exception.