LocationMappingDoesNotExistException Constructor (String, Exception)

Initializes a new instance of the LocationMappingDoesNotExistException class by using the specified message and inner exception.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public LocationMappingDoesNotExistException(
    string message,
    Exception ex
)
public:
LocationMappingDoesNotExistException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> LocationMappingDoesNotExistException
public function LocationMappingDoesNotExistException(
    message : String, 
    ex : Exception
)

Parameters

  • message
    Type: System.String

    A user-readable message that states the error.

.NET Framework Security

See Also

Reference

LocationMappingDoesNotExistException Class

LocationMappingDoesNotExistException Overload

Microsoft.TeamFoundation.Framework.Client Namespace