Class NVGraphException
A NVGraph exception is thrown if a NVGraph API method call does not return
Inheritance
System.Object
System.Exception
NVGraphException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.NVGraph
Assembly: NVGraph.dll
Syntax
[Serializable]
public class NVGraphException : Exception, ISerializable
Constructors
| Improve this Doc View SourceNVGraphException()
Declaration
public NVGraphException()
NVGraphException(nvgraphStatus)
Declaration
public NVGraphException(nvgraphStatus error)
Parameters
| Type | Name | Description |
|---|---|---|
| nvgraphStatus | error |
NVGraphException(nvgraphStatus, String, Exception)
Declaration
public NVGraphException(nvgraphStatus error, string message, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| nvgraphStatus | error | |
| System.String | message | |
| System.Exception | exception |
NVGraphException(SerializationInfo, StreamingContext)
Declaration
protected NVGraphException(SerializationInfo serInfo, StreamingContext streamingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | serInfo | |
| System.Runtime.Serialization.StreamingContext | streamingContext |
NVGraphException(String)
Declaration
public NVGraphException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
NVGraphException(String, Exception)
Declaration
public NVGraphException(string message, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | exception |
Properties
| Improve this Doc View SourceInternalErrorName
Error name as returned by NVGraph API
Declaration
public string InternalErrorName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
NVgraphStatus
Declaration
public nvgraphStatus NVgraphStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| nvgraphStatus |
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
Overrides
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Exception.ToString()
Implements
System.Runtime.Serialization.ISerializable