Create a LiveViewException with the given message.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

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.

See Also