SdkResolverException Class
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.
Represents an exception that occurs when an SdkResolver throws an unhandled exception.
public ref class SdkResolverException : Microsoft::Build::Framework::BuildException::BuildExceptionBase
public class SdkResolverException : Microsoft.Build.Framework.BuildException.BuildExceptionBase
type SdkResolverException = class
inherit BuildExceptionBase
Public Class SdkResolverException
Inherits BuildExceptionBase
- Inheritance
Constructors
SdkResolverException(String, SdkResolver, SdkReference, Exception, String[]) |
Properties
Resolver | |
Sdk | |
StackTrace | (Inherited from BuildExceptionBase) |
Methods
FlushCustomState() |
Override this method to provide subtype-specific state to be serialized. (Inherited from BuildExceptionBase) |
InitializeCustomState(IDictionary<String,String>) |
Override this method to recover subtype-specific state from the remote exception. (Inherited from BuildExceptionBase) |
ToString() | (Inherited from BuildExceptionBase) |