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
SerializationInfocontext
StreamingContext
CancellationException(string)
public CancellationException(string message)
Parameters
message
string
CancellationException(string, Exception)
public CancellationException(string message, Exception innerException)