Show / Hide Table of Contents

Class BassException

An Exception wrapping LastError or BassAsio.LastError.

Inheritance
Object
BassException
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class BassException : Exception

Constructors

BassException()

Creates a new instance of BassException with LastError.

Declaration
public BassException()

BassException(Errors)

Creates a new instance of BassException with provided Error code.

Declaration
public BassException(Errors ErrorCode)
Parameters
Errors ErrorCode

Properties

ErrorCode

Gets the Bass Error Code.

Declaration
public Errors ErrorCode { get; }
Property Value
Errors

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx