HttpLayerException Constructor (String)

Initializes a new instance of the HttpLayerException class with a specified message.

Namespace:  Microsoft.Hadoop.Client
Assembly:  Microsoft.Hadoop.Client (in Microsoft.Hadoop.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New HttpLayerException(message)
public HttpLayerException(
    string message
)
public:
HttpLayerException(
    String^ message
)
new : 
        message:string -> HttpLayerException
public function HttpLayerException(
    message : String
)

Parameters

See Also

Reference

HttpLayerException Class

HttpLayerException Overload

Microsoft.Hadoop.Client Namespace