C# Класс ManagedCuda.NVGraph.NVGraphException

Наследование: System.Exception, System.Runtime.Serialization.ISerializable
Показать файл Открыть проект

Открытые методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

NVGraphException ( ) : System

NVGraphException ( nvgraphStatus error ) : System

NVGraphException ( nvgraphStatus error, string message, Exception exception ) : System

NVGraphException ( string message ) : System

NVGraphException ( string message, Exception exception ) : System

ToString ( ) : string

Защищенные методы

Метод Описание
NVGraphException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System

Приватные методы

Метод Описание
GetErrorMessageFromNVgraphStatus ( nvgraphStatus error ) : string
GetInternalNameFromNVgraphStatus ( nvgraphStatus error ) : string

Описание методов

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

NVGraphException() публичный Метод

public NVGraphException ( ) : System
Результат System

NVGraphException() защищенный Метод

protected NVGraphException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System
serInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Результат System

NVGraphException() публичный Метод

public NVGraphException ( nvgraphStatus error ) : System
error nvgraphStatus
Результат System

NVGraphException() публичный Метод

public NVGraphException ( nvgraphStatus error, string message, Exception exception ) : System
error nvgraphStatus
message string
exception System.Exception
Результат System

NVGraphException() публичный Метод

public NVGraphException ( string message ) : System
message string
Результат System

NVGraphException() публичный Метод

public NVGraphException ( string message, Exception exception ) : System
message string
exception System.Exception
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string