Show / Hide Table of Contents

    Class CudaRandException

    An CudaRandException is thrown, if any wrapped call to the CURAND-library does not return Success.

    Inheritance
    System.Object
    System.Exception
    CudaRandException
    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.CudaRand
    Assembly: CudaRand.dll
    Syntax
    public class CudaRandException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    CudaRandException()

    Declaration
    public CudaRandException()
    | Improve this Doc View Source

    CudaRandException(CurandStatus)

    Declaration
    public CudaRandException(CurandStatus error)
    Parameters
    Type Name Description
    CurandStatus error
    | Improve this Doc View Source

    CudaRandException(CurandStatus, String, Exception)

    Declaration
    public CudaRandException(CurandStatus error, string message, Exception exception)
    Parameters
    Type Name Description
    CurandStatus error
    System.String message
    System.Exception exception
    | Improve this Doc View Source

    CudaRandException(SerializationInfo, StreamingContext)

    Declaration
    protected CudaRandException(SerializationInfo serInfo, StreamingContext streamingContext)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo serInfo
    System.Runtime.Serialization.StreamingContext streamingContext
    | Improve this Doc View Source

    CudaRandException(String)

    Declaration
    public CudaRandException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    CudaRandException(String, Exception)

    Declaration
    public CudaRandException(string message, Exception exception)
    Parameters
    Type Name Description
    System.String message
    System.Exception exception

    Properties

    | Improve this Doc View Source

    CudaRandError

    Declaration
    public CurandStatus CudaRandError { get; set; }
    Property Value
    Type Description
    CurandStatus

    Methods

    | Improve this Doc View Source

    GetObjectData(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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX