Share via


SymbolsNotFoundException Constructor (String, Exception)

 

Initializes a new instance of the SymbolsNotFoundException class by using the provided message and inner exception.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public SymbolsNotFoundException(
    string message,
    Exception inner
)
public:
SymbolsNotFoundException(
    String^ message,
    Exception^ inner
)
new : 
        message:string *
        inner:Exception -> SymbolsNotFoundException
Public Sub New (
    message As String,
    inner As Exception
)

Parameters

See Also

SymbolsNotFoundException Overload
SymbolsNotFoundException Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top