RoleEnvironmentException Class
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)
System.Exception
Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironmentException
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime)
Usage
Visual Basic
Dim instance As RoleEnvironmentException
Syntax
Visual Basic
<SerializableAttribute> _ Public Class RoleEnvironmentException Inherits Exception
C#
[SerializableAttribute] public class RoleEnvironmentException : Exception
C++
[SerializableAttribute] public ref class RoleEnvironmentException : public Exception
J#
/** @attribute SerializableAttribute() */ public class RoleEnvironmentException extends Exception
JScript
SerializableAttribute public class RoleEnvironmentException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironmentException
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 2008Target Platforms
See Also
