VirtualPathsConflictException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public VirtualPathsConflictException(
    string message
)
public:
VirtualPathsConflictException(
    String^ message
)
new : 
        message:string -> VirtualPathsConflictException
public function VirtualPathsConflictException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

VirtualPathsConflictException Class

VirtualPathsConflictException Overload

Microsoft.TeamFoundation.Framework.Server Namespace