SiteConflictException Constructor (String)
Namespace: Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public SiteConflictException(
string message
)
public:
SiteConflictException(
String^ message
)
new :
message:string -> SiteConflictException
public function SiteConflictException(
message : String
)
Parameters
- message
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.