C# Class QUT.GplexBuffers.BufferException

Inheritance: System.Exception
Exibir arquivo Open project: spark-shading-language/spark

Public Methods

Method Description
BufferException ( ) : System
BufferException ( string message ) : System
BufferException ( string message, Exception innerException ) : System

Protected Methods

Method Description
BufferException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BufferException() public method

public BufferException ( ) : System
return System

BufferException() protected method

protected BufferException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BufferException() public method

public BufferException ( string message ) : System
message string
return System

BufferException() public method

public BufferException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System