onnxruntime/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxRuntimeException.yml
Cassie Breviu e85dce8cea
Add csharp docfx (#12596)
* add docfx and gh action to build docs

* kick off build from feature branch

* Fix LGTM linting

* update az pipeline to win22 & remove nuget install

* remove azure ci changes

* fix implicit using to support 5.0

* fix more js issues

* remove resource designer changes

* remove space

* fix linting misspellings in autogenerated js temp

* fix misspellings in generated code

* delete log file
2022-08-25 09:51:32 -05:00

442 lines
11 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.ML.OnnxRuntime.OnnxRuntimeException
commentId: T:Microsoft.ML.OnnxRuntime.OnnxRuntimeException
id: OnnxRuntimeException
parent: Microsoft.ML.OnnxRuntime
children: []
langs:
- csharp
- vb
name: OnnxRuntimeException
nameWithType: OnnxRuntimeException
fullName: Microsoft.ML.OnnxRuntime.OnnxRuntimeException
type: Class
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/Exceptions.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: OnnxRuntimeException
path: ../src/Microsoft.ML.OnnxRuntime/Exceptions.shared.cs
startLine: 33
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nThe Exception that is thrown for errors related ton OnnxRuntime\n"
example: []
syntax:
content: 'public class OnnxRuntimeException : Exception'
content.vb: >-
Public Class OnnxRuntimeException
Inherits Exception
inheritance:
- System.Object
- System.Exception
inheritedMembers:
- System.Exception.GetBaseException
- System.Exception.ToString
- System.Exception.Data
- System.Exception.HelpLink
- System.Exception.HResult
- System.Exception.InnerException
- System.Exception.Message
- System.Exception.Source
- System.Exception.StackTrace
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
references:
- uid: Microsoft.ML.OnnxRuntime
commentId: N:Microsoft.ML.OnnxRuntime
name: Microsoft.ML.OnnxRuntime
nameWithType: Microsoft.ML.OnnxRuntime
fullName: Microsoft.ML.OnnxRuntime
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Exception
commentId: T:System.Exception
parent: System
isExternal: true
name: Exception
nameWithType: Exception
fullName: System.Exception
- uid: System.Exception.GetBaseException
commentId: M:System.Exception.GetBaseException
parent: System.Exception
isExternal: true
name: GetBaseException()
nameWithType: Exception.GetBaseException()
fullName: System.Exception.GetBaseException()
spec.csharp:
- uid: System.Exception.GetBaseException
name: GetBaseException
nameWithType: Exception.GetBaseException
fullName: System.Exception.GetBaseException
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Exception.GetBaseException
name: GetBaseException
nameWithType: Exception.GetBaseException
fullName: System.Exception.GetBaseException
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Exception.ToString
commentId: M:System.Exception.ToString
parent: System.Exception
isExternal: true
name: ToString()
nameWithType: Exception.ToString()
fullName: System.Exception.ToString()
spec.csharp:
- uid: System.Exception.ToString
name: ToString
nameWithType: Exception.ToString
fullName: System.Exception.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Exception.ToString
name: ToString
nameWithType: Exception.ToString
fullName: System.Exception.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Exception.Data
commentId: P:System.Exception.Data
parent: System.Exception
isExternal: true
name: Data
nameWithType: Exception.Data
fullName: System.Exception.Data
- uid: System.Exception.HelpLink
commentId: P:System.Exception.HelpLink
parent: System.Exception
isExternal: true
name: HelpLink
nameWithType: Exception.HelpLink
fullName: System.Exception.HelpLink
- uid: System.Exception.HResult
commentId: P:System.Exception.HResult
parent: System.Exception
isExternal: true
name: HResult
nameWithType: Exception.HResult
fullName: System.Exception.HResult
- uid: System.Exception.InnerException
commentId: P:System.Exception.InnerException
parent: System.Exception
isExternal: true
name: InnerException
nameWithType: Exception.InnerException
fullName: System.Exception.InnerException
- uid: System.Exception.Message
commentId: P:System.Exception.Message
parent: System.Exception
isExternal: true
name: Message
nameWithType: Exception.Message
fullName: System.Exception.Message
- uid: System.Exception.Source
commentId: P:System.Exception.Source
parent: System.Exception
isExternal: true
name: Source
nameWithType: Exception.Source
fullName: System.Exception.Source
- uid: System.Exception.StackTrace
commentId: P:System.Exception.StackTrace
parent: System.Exception
isExternal: true
name: StackTrace
nameWithType: Exception.StackTrace
fullName: System.Exception.StackTrace
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System