Initializes a new instance of the StreamBaseJSONException class

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public StreamBaseJSONException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
StreamBaseJSONException(
	String^ message, 
	Exception^ inner
)

Parameters

message
String
inner
Exception

See Also