GroupNameNotRecognizedException Constructor (String, Exception)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
groupName As String, _
innerException As Exception _
)
public GroupNameNotRecognizedException(
string groupName,
Exception innerException
)
public:
GroupNameNotRecognizedException(
String^ groupName,
Exception^ innerException
)
new :
groupName:string *
innerException:Exception -> GroupNameNotRecognizedException
public function GroupNameNotRecognizedException(
groupName : String,
innerException : Exception
)
Parameters
- groupName
Type: System.String
- innerException
Type: System.Exception
.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.
See Also
Reference
GroupNameNotRecognizedException Class