C# Класс ManagedCuda.NVRTC.NVRTCException

An NVRTCException is thrown, if any wrapped call to the NVRTC-library does not return nvrtcResult.Success.
Наследование: System.Exception, System.Runtime.Serialization.ISerializable
Показать файл Открыть проект

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

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

NVRTCException ( ) : System

NVRTCException ( nvrtcResult error ) : System

NVRTCException ( nvrtcResult error, string message, Exception exception ) : System

NVRTCException ( string message ) : System

NVRTCException ( string message, Exception exception ) : System

ToString ( ) : string

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

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

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

Метод Описание
GetErrorMessageFromCUResult ( nvrtcResult error ) : string

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

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

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

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

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

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

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

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

public NVRTCException ( nvrtcResult error ) : System
error nvrtcResult
Результат System

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

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

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

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

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

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

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

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