UploadFileException Constructor
Initializes a new instance of the UploadFileException class.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
firstException As Exception _
)
public UploadFileException(
Exception firstException
)
public:
UploadFileException(
Exception^ firstException
)
new :
firstException:Exception -> UploadFileException
public function UploadFileException(
firstException : Exception
)
Parameters
firstException
Type: System.ExceptionThe first error that caused the 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.