InvalidFileTypeException Constructor (String, Exception)

Initializes a new InvalidFileTypeException instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    type As String, _
    innerException As Exception _
)
public InvalidFileTypeException(
    string type,
    Exception innerException
)
public:
InvalidFileTypeException(
    String^ type, 
    Exception^ innerException
)
new : 
        type:string * 
        innerException:Exception -> InvalidFileTypeException
public function InvalidFileTypeException(
    type : String, 
    innerException : Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused this exception.

.NET Framework Security

See Also

Reference

InvalidFileTypeException Class

InvalidFileTypeException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace