IISAccessException Constructor (Exception)

Namespace:  Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public IISAccessException(
    Exception innerException
)
public:
IISAccessException(
    Exception^ innerException
)
new : 
        innerException:Exception -> IISAccessException
public function IISAccessException(
    innerException : Exception
)

Parameters

  • innerException
    Type: Exception

.NET Framework Security

See Also

Reference

IISAccessException Class

IISAccessException Overload

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace