RoleEnvironmentException Constructor (const std::wstring&)

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

Syntax

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

Parameters

message
Type: std::wstring 

The wstring 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