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
- expectedContent
Type: System.String
- actualContent
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
ContainerUnexpectedContentTypeException Class