Table of Contents

Class MSSqlLocalDBApiException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll
public class MSSqlLocalDBApiException : InvalidOperationException, ISerializable
Inheritance
MSSqlLocalDBApiException
Implements
Inherited Members

Constructors

MSSqlLocalDBApiException()

public MSSqlLocalDBApiException()

MSSqlLocalDBApiException(string)

public MSSqlLocalDBApiException(string message)

Parameters

message string

MSSqlLocalDBApiException(string, Exception)

public MSSqlLocalDBApiException(string message, Exception innerException)

Parameters

message string
innerException Exception

MSSqlLocalDBApiException(string, int)

public MSSqlLocalDBApiException(string message, int errorCode)

Parameters

message string
errorCode int

Properties

ErrorCode

public int? ErrorCode { get; set; }

Property Value

int?