Skip to content
Merged
  •  
  •  
  •  
Prev Previous commit
Next Next commit
add exceptions to reference section
  • Loading branch information
TianqiZhang committed Feb 24, 2017
commit 2f337ac32baa36b4ee4b5d8987b29dba4ce77336
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions fulldocset/Microsoft.Build.BuildEngine.Project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,12 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: Microsoft.Build.BuildEngine.InvalidProjectFileException
parent: Microsoft.Build.BuildEngine
isExternal: false
name: InvalidProjectFileException
nameWithType: InvalidProjectFileException
fullName: Microsoft.Build.BuildEngine.InvalidProjectFileException
- uid: Microsoft.Build.BuildEngine.Project.#ctor
parent: Microsoft.Build.BuildEngine.Project
isExternal: false
Expand Down
6 changes: 6 additions & 0 deletions fulldocset/Microsoft.Build.Evaluation.Project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,12 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: Microsoft.Build.Exceptions.InvalidProjectFileException
parent: Microsoft.Build.Exceptions
isExternal: false
name: InvalidProjectFileException
nameWithType: InvalidProjectFileException
fullName: Microsoft.Build.Exceptions.InvalidProjectFileException
- uid: Microsoft.Build.Evaluation.Project.#ctor
parent: Microsoft.Build.Evaluation.Project
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.Build.Evaluation.ProjectCollection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.Build.Evaluation.ProjectCollection.#ctor
parent: Microsoft.Build.Evaluation.ProjectCollection
isExternal: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ references:
- uid: System.Exception
isExternal: false
name: System.Exception
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.Build.Exceptions.InternalLoggerException.#ctor
parent: Microsoft.Build.Exceptions.InternalLoggerException
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.Build.Execution.BuildManager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.Build.Execution.BuildManager.#ctor
parent: Microsoft.Build.Execution.BuildManager
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.Build.Execution.BuildSubmission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.Build.Execution.BuildSubmission.AsyncContext
parent: Microsoft.Build.Execution.BuildSubmission
isExternal: false
Expand Down
9 changes: 9 additions & 0 deletions fulldocset/Microsoft.Build.Utilities.TaskLoggingHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,15 @@ references:
- uid: System.MarshalByRefObject
isExternal: false
name: System.MarshalByRefObject
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.Build.Utilities.TaskLoggingHelper.#ctor(Microsoft.Build.Framework.ITask)
parent: Microsoft.Build.Utilities.TaskLoggingHelper
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.Build.Utilities.ToolLocationHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: Microsoft.Build.Utilities.ToolLocationHelper.ClearSDKStaticCache
parent: Microsoft.Build.Utilities.ToolLocationHelper
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.CSharp.CSharpCodeProvider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ references:
- uid: System.CodeDom.Compiler.CodeDomProvider
isExternal: false
name: System.CodeDom.Compiler.CodeDomProvider
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: Microsoft.CSharp.CSharpCodeProvider.#ctor
parent: Microsoft.CSharp.CSharpCodeProvider
isExternal: false
Expand Down
27 changes: 27 additions & 0 deletions fulldocset/Microsoft.SqlServer.Server.SqlDataRecord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2723,6 +2723,33 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.IndexOutOfRangeException
isExternal: true
name: System.IndexOutOfRangeException
- uid: System.Data.SqlTypes.SqlNullValueException
parent: System.Data.SqlTypes
isExternal: false
name: SqlNullValueException
nameWithType: SqlNullValueException
fullName: System.Data.SqlTypes.SqlNullValueException
- uid: System.InvalidCastException
isExternal: true
name: System.InvalidCastException
- uid: System.ArgumentOutOfRangeException
isExternal: true
name: System.ArgumentOutOfRangeException
- uid: System.TypeLoadException
isExternal: true
name: System.TypeLoadException
- uid: System.IO.FileNotFoundException
isExternal: true
name: System.IO.FileNotFoundException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: Microsoft.SqlServer.Server.SqlDataRecord.#ctor(Microsoft.SqlServer.Server.SqlMetaData[])
parent: Microsoft.SqlServer.Server.SqlDataRecord
isExternal: false
Expand Down
9 changes: 9 additions & 0 deletions fulldocset/Microsoft.SqlServer.Server.SqlMetaData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,15 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.SqlServer.Server.SqlMetaData.#ctor(System.String,System.Data.SqlDbType)
parent: Microsoft.SqlServer.Server.SqlMetaData
isExternal: false
Expand Down
9 changes: 9 additions & 0 deletions fulldocset/Microsoft.SqlServer.Server.SqlPipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,15 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: Microsoft.SqlServer.Server.SqlPipe.ExecuteAndSend(System.Data.SqlClient.SqlCommand)
parent: Microsoft.SqlServer.Server.SqlPipe
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.SqlServer.Server.SqlTriggerContext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.SqlServer.Server.SqlTriggerContext.ColumnCount
parent: Microsoft.SqlServer.Server.SqlTriggerContext
isExternal: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,15 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: System.Security.SecurityException
isExternal: true
name: System.Security.SecurityException
- uid: Microsoft.VisualBasic.ApplicationServices.ApplicationBase.#ctor
parent: Microsoft.VisualBasic.ApplicationServices.ApplicationBase
isExternal: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,21 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: System.AppDomainUnloadedException
parent: System
isExternal: false
name: AppDomainUnloadedException
nameWithType: AppDomainUnloadedException
fullName: System.AppDomainUnloadedException
- uid: System.ArgumentOutOfRangeException
isExternal: true
name: System.ArgumentOutOfRangeException
- uid: System.Security.SecurityException
isExternal: true
name: System.Security.SecurityException
- uid: Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.#ctor(System.Reflection.Assembly)
parent: Microsoft.VisualBasic.ApplicationServices.AssemblyInfo
isExternal: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ references:
- uid: System.ComponentModel.TypeConverter
isExternal: false
name: System.ComponentModel.TypeConverter
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.NotSupportedException
isExternal: true
name: System.NotSupportedException
- uid: Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter.#ctor
parent: Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter
isExternal: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ references:
- uid: Microsoft.VisualBasic.ApplicationServices.ApplicationBase
isExternal: false
name: Microsoft.VisualBasic.ApplicationServices.ApplicationBase
- uid: System.Deployment.Application.InvalidDeploymentException
parent: System.Deployment.Application
isExternal: false
name: InvalidDeploymentException
nameWithType: InvalidDeploymentException
fullName: System.Deployment.Application.InvalidDeploymentException
- uid: Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.#ctor
parent: Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.VisualBasic.ApplicationServices.User.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.Security.SecurityException
isExternal: true
name: System.Security.SecurityException
- uid: Microsoft.VisualBasic.ApplicationServices.User.#ctor
parent: Microsoft.VisualBasic.ApplicationServices.User
isExternal: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,9 @@ references:
- uid: Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase
isExternal: false
name: Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.#ctor
parent: Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase
isExternal: false
Expand Down
18 changes: 18 additions & 0 deletions fulldocset/Microsoft.VisualBasic.Collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,24 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.ArgumentOutOfRangeException
isExternal: true
name: System.ArgumentOutOfRangeException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: System.InvalidCastException
isExternal: true
name: System.InvalidCastException
- uid: System.NotSupportedException
isExternal: true
name: System.NotSupportedException
- uid: System.NullReferenceException
isExternal: true
name: System.NullReferenceException
- uid: Microsoft.VisualBasic.Collection.#ctor
parent: Microsoft.VisualBasic.Collection
isExternal: false
Expand Down
12 changes: 12 additions & 0 deletions fulldocset/Microsoft.VisualBasic.Conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,18 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.InvalidCastException
isExternal: true
name: System.InvalidCastException
- uid: System.OverflowException
isExternal: true
name: System.OverflowException
- uid: Microsoft.VisualBasic.Conversion.CTypeDynamic(System.Object,System.Type)
parent: Microsoft.VisualBasic.Conversion
isExternal: false
Expand Down
9 changes: 9 additions & 0 deletions fulldocset/Microsoft.VisualBasic.DateAndTime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,15 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidCastException
isExternal: true
name: System.InvalidCastException
- uid: System.ArgumentException
isExternal: true
name: System.ArgumentException
- uid: System.ArgumentOutOfRangeException
isExternal: true
name: System.ArgumentOutOfRangeException
- uid: Microsoft.VisualBasic.DateAndTime.DateAdd(Microsoft.VisualBasic.DateInterval,System.Double,System.DateTime)
parent: Microsoft.VisualBasic.DateAndTime
isExternal: false
Expand Down
21 changes: 21 additions & 0 deletions fulldocset/Microsoft.VisualBasic.Devices.Audio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,27 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ArgumentNullException
isExternal: true
name: System.ArgumentNullException
- uid: System.IO.IOException
isExternal: true
name: System.IO.IOException
- uid: System.IO.DirectoryNotFoundException
isExternal: true
name: System.IO.DirectoryNotFoundException
- uid: System.IO.PathTooLongException
isExternal: true
name: System.IO.PathTooLongException
- uid: System.Security.SecurityException
isExternal: true
name: System.Security.SecurityException
- uid: System.ComponentModel.InvalidEnumArgumentException
parent: System.ComponentModel
isExternal: false
name: InvalidEnumArgumentException
nameWithType: InvalidEnumArgumentException
fullName: System.ComponentModel.InvalidEnumArgumentException
- uid: Microsoft.VisualBasic.Devices.Audio.#ctor
parent: Microsoft.VisualBasic.Devices.Audio
isExternal: false
Expand Down
15 changes: 15 additions & 0 deletions fulldocset/Microsoft.VisualBasic.Devices.ComputerInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,21 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.ComponentModel.Win32Exception
parent: System.ComponentModel
isExternal: false
name: Win32Exception
nameWithType: Win32Exception
fullName: System.ComponentModel.Win32Exception
- uid: System.Security.SecurityException
isExternal: true
name: System.Security.SecurityException
- uid: System.ExecutionEngineException
parent: System
isExternal: false
name: ExecutionEngineException
nameWithType: ExecutionEngineException
fullName: System.ExecutionEngineException
- uid: Microsoft.VisualBasic.Devices.ComputerInfo.#ctor
parent: Microsoft.VisualBasic.Devices.ComputerInfo
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.VisualBasic.Devices.Keyboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.Security.SecurityException
isExternal: true
name: System.Security.SecurityException
- uid: Microsoft.VisualBasic.Devices.Keyboard.#ctor
parent: Microsoft.VisualBasic.Devices.Keyboard
isExternal: false
Expand Down
3 changes: 3 additions & 0 deletions fulldocset/Microsoft.VisualBasic.Devices.Mouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ references:
- uid: System.Object
isExternal: false
name: System.Object
- uid: System.InvalidOperationException
isExternal: true
name: System.InvalidOperationException
- uid: Microsoft.VisualBasic.Devices.Mouse.#ctor
parent: Microsoft.VisualBasic.Devices.Mouse
isExternal: false
Expand Down
Loading