SdkResolverException Constructor

Definition

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
innerException
Exception
args
String[]

Applies to