Win32ErrorWrapperException Constructor
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
method As String _
)
public Win32ErrorWrapperException(
string method
)
public:
Win32ErrorWrapperException(
String^ method
)
new :
method:string -> Win32ErrorWrapperException
public function Win32ErrorWrapperException(
method : String
)
Parameters
- method
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.
See Also
Reference
Win32ErrorWrapperException Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace