LambdaSerializationException Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the LambdaSerializationException class with a specified error message.

Namespace:   System.Activities.Expressions
Assembly:  System.Activities (in System.Activities.dll)

public:
LambdaSerializationException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

.NET Framework
Available since 4.0
Return to top
Show: