ConfigFileException Constructor (String)
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public Sub New ( _
message As String _
)
public ConfigFileException(
string message
)
public:
ConfigFileException(
String^ message
)
new :
message:string -> ConfigFileException
public function ConfigFileException(
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.