Table of Contents

Class CancellationException

Namespace
BlueByte.SOLIDWORKS.PDMProfessional.SDK
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
[Serializable]
public class CancellationException : Exception, ISerializable, _Exception
Inheritance
CancellationException
Implements
Inherited Members

Constructors

CancellationException()

public CancellationException()

CancellationException(SerializationInfo, StreamingContext)

protected CancellationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CancellationException(string)

public CancellationException(string message)

Parameters

message string

CancellationException(string, Exception)

public CancellationException(string message, Exception innerException)

Parameters

message string
innerException Exception