The exception that is thrown when an error occurs in accessing the properties and methods of the
RoleEnvironment class.
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Usage
Dim instance As RoleEnvironmentException

Syntax
<SerializableAttribute> _
Public Class RoleEnvironmentException
Inherits Exception
[SerializableAttribute]
public class RoleEnvironmentException : Exception
[SerializableAttribute]
public ref class RoleEnvironmentException : public Exception
/** @attribute SerializableAttribute() */
public class RoleEnvironmentException extends Exception
SerializableAttribute
public class RoleEnvironmentException extends Exception

Inheritance Hierarchy

Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms

See Also