SdkResolverException Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
SdkResolverException(System::String ^ resourceName, Microsoft::Build::Framework::SdkResolver ^ resolver, Microsoft::Build::Framework::SdkReference ^ sdk, Exception ^ innerException, ... cli::array <System::String ^> ^ args);
public SdkResolverException (string resourceName, Microsoft.Build.Framework.SdkResolver resolver, Microsoft.Build.Framework.SdkReference sdk, Exception innerException, params string[] args);
new Microsoft.Build.BackEnd.SdkResolution.SdkResolverException : string * Microsoft.Build.Framework.SdkResolver * Microsoft.Build.Framework.SdkReference * Exception * string[] -> Microsoft.Build.BackEnd.SdkResolution.SdkResolverException
Public Sub New (resourceName As String, resolver As SdkResolver, sdk As SdkReference, innerException As Exception, ParamArray args As String())
Parameters
- resourceName
- String
- resolver
- SdkResolver
- sdk
- SdkReference
- innerException
- Exception
- args
- String[]