Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/csharp/Record/Exceptions/AzureKinectCreateRecordingExcepti…
…on.cs

Co-Authored-By: Derek M. <[email protected]>
  • Loading branch information
Brent-A and Derek M. authored Oct 11, 2019
commit 3a3a0594f8db5627faa0594997d3e434cb4135e0
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Kinect.Sensor.Record.Exceptions
/// Represents errors that occur when creating an Azure Kinect sensor recording.
/// </summary>
[Serializable]
public class AzureKinectCreateRecordingException : AzureKinectException
public class AzureKinectCreateRecordingException : AzureKinectRecordException
{
/// <summary>
/// Initializes a new instance of the <see cref="AzureKinectCreateRecordingException"/> class.
Expand Down