FileContainerException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public FileContainerException(
    string message,
    Exception ex
)
public:
FileContainerException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> FileContainerException
public function FileContainerException(
    message : String, 
    ex : Exception
)

Parameters

.NET Framework Security

See Also

Reference

FileContainerException Class

FileContainerException Overload

Microsoft.VisualStudio.Services.FileContainer Namespace