Opalis Quick Integration Kit 3.0
Initializes a new instance of the OpalisObjectWarning class with a specified error message.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
public 
OpalisObjectWarning(
	
string 
message
)
Visual Basic (Declaration)
Public 
Sub 
New ( _
	
message 
As 
String _
)
Visual C++
public:
OpalisObjectWarning(
	
String^ 
message
)

Parameters

message
Type: System . . :: . String
The error message that explains the reason for the exception.

See Also