RoleEnvironmentException Constructor (const std::string&)

Creates an instance of RoleEnvironmentException and initializes it with a string.

Syntax

public:
RoleEnvironmentException(
         const std::string &message
)  

Parameters

message
Type: std::stringĀ 

The string with which to initialize the RoleEnvironmentException.

Requirements

Header: Declared in ServiceDefinition.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

RoleEnvironmentException