BuildExceptionBase 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.
public ref class BuildExceptionBase abstract : Exception
	public abstract class BuildExceptionBase : Exception
	type BuildExceptionBase = class
    inherit Exception
	Public MustInherit Class BuildExceptionBase
Inherits Exception
		- Inheritance
 - 
				BuildExceptionBase
 
- Derived
 
Properties
| StackTrace | 
Methods
| FlushCustomState() | 
		 Override this method to provide subtype-specific state to be serialized.  | 
        	
| InitializeCustomState(IDictionary<String,String>) | 
		 Override this method to recover subtype-specific state from the remote exception.  | 
        	
| ToString() | |