Freigeben über


ContainerUnexpectedContentTypeException Constructor (String, String)

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    expectedContent As String, _
    actualContent As String _
)
public ContainerUnexpectedContentTypeException(
    string expectedContent,
    string actualContent
)
public:
ContainerUnexpectedContentTypeException(
    String^ expectedContent, 
    String^ actualContent
)
new : 
        expectedContent:string * 
        actualContent:string -> ContainerUnexpectedContentTypeException
public function ContainerUnexpectedContentTypeException(
    expectedContent : String, 
    actualContent : String
)

Parameters

.NET Framework Security

See Also

Reference

ContainerUnexpectedContentTypeException Class

ContainerUnexpectedContentTypeException Overload

Microsoft.VisualStudio.Services.FileContainer Namespace