CopyDirectoryException Constructor
Initializes a new instance of the CopyDirectoryException.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
source As String, _
destination As String, _
innerException As Exception _
)
public CopyDirectoryException(
string source,
string destination,
Exception innerException
)
public:
CopyDirectoryException(
String^ source,
String^ destination,
Exception^ innerException
)
new :
source:string *
destination:string *
innerException:Exception -> CopyDirectoryException
public function CopyDirectoryException(
source : String,
destination : String,
innerException : Exception
)
Parameters
source
Type: System.StringThe source directory of the copy.
destination
Type: System.StringThe destination directory of the copy.
innerException
Type: System.ExceptionThe exception that caused this 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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace