Table of Contents

Class InternalException

Namespace
BlueM.Wave
Assembly
Wave.dll

Thrown when a general, internal exception occurs

public class InternalException : Exception, ISerializable
Inheritance
InternalException
Implements
Inherited Members

Constructors

InternalException()

public InternalException()

InternalException(string)

public InternalException(string message)

Parameters

message string

InternalException(string, Exception)

public InternalException(string message, Exception innerException)

Parameters

message string
innerException Exception