ManagedCommandLineInfo.BuildException Property
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.
Gets the design time build exception.
public:
property Exception ^ BuildException { Exception ^ get(); };
public Exception BuildException { get; }
public Exception BuildException { [System.Runtime.CompilerServices.IsReadOnly] get; }
public Exception? BuildException { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.BuildException : Exception
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.BuildException : Exception
Public ReadOnly Property BuildException As Exception
Property Value
- Attributes